diff options
author | Paul Gardiner <paulg.artifex@glidos.net> | 2013-03-04 11:11:21 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-03-04 11:47:50 +0000 |
commit | 8206ffe7013dd361d27519950ee5d285e4554e58 (patch) | |
tree | 849f371484b902e7596da1748110b783e9e747d3 /win32 | |
parent | a1bfb03748a46e757ae937888c20b72720e1ac9d (diff) | |
download | mupdf-8206ffe7013dd361d27519950ee5d285e4554e58.tar.xz |
Avoid interactive features causing bloat in mutool
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index 9edcfeff..5e4a8d95 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -265,6 +265,10 @@ > </File> <File + RelativePath="..\pdf\pdf_field.c" + > + </File> + <File RelativePath="..\pdf\pdf_font.c" > </File> |