diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-02-13 15:11:29 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-02-13 15:13:29 +0000 |
commit | caf844b4a585797f38fed59d2d91e853a9a22dba (patch) | |
tree | 030148efd974272bb396ad929c7d311133f1f099 /android | |
parent | 7d181099272d9c0e92c4488ceaa95b0d8bd10f1e (diff) | |
download | mupdf-caf844b4a585797f38fed59d2d91e853a9a22dba.tar.xz |
Remove arch_port.c from visual C solution/Android build.
File references escaped deletion in previous commit.
Diffstat (limited to 'android')
-rw-r--r-- | android/jni/Core.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/jni/Core.mk b/android/jni/Core.mk index b8a93c0d..25ce747d 100644 --- a/android/jni/Core.mk +++ b/android/jni/Core.mk @@ -62,7 +62,6 @@ LOCAL_SRC_FILES := \ $(MY_ROOT)/fitz/stm_buffer.c \ $(MY_ROOT)/fitz/stm_open.c \ $(MY_ROOT)/fitz/stm_read.c \ - $(MY_ROOT)/draw/arch_port.c \ $(MY_ROOT)/draw/draw_affine.c \ $(MY_ROOT)/draw/draw_blend.c \ $(MY_ROOT)/draw/draw_device.c \ |