diff options
author | Paul Gardiner <paulg.artifex@glidos.net> | 2013-07-22 11:09:22 +0100 |
---|---|---|
committer | Paul Gardiner <paulg.artifex@glidos.net> | 2013-07-22 11:11:46 +0100 |
commit | 15b9cdd84caf784abeb911ca7aaf1d317d201e88 (patch) | |
tree | c00b6469e77734967e74bfef80a9bd8b902b0054 /platform | |
parent | 9371668e28e5063ae42b8cd1906f27ee7b33379e (diff) | |
download | mupdf-15b9cdd84caf784abeb911ca7aaf1d317d201e88.tar.xz |
Collect together all code to do with appearance-stream creation
Diffstat (limited to 'platform')
-rw-r--r-- | platform/win32/libmupdf.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index 0fdfd672..434c6a5a 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -690,6 +690,10 @@ > </File> <File + RelativePath="..\..\source\pdf\pdf-appearance.c" + > + </File> + <File RelativePath="..\..\source\pdf\pdf-cmap-load.c" > </File> @@ -873,6 +877,10 @@ > </File> <File + RelativePath="..\..\include\mupdf\pdf\appearance.h" + > + </File> + <File RelativePath="..\..\include\mupdf\pdf\cmap.h" > </File> |