diff options
Diffstat (limited to 'platform')
-rw-r--r-- | platform/win32/libmupdf.vcproj | 20 | ||||
-rw-r--r-- | platform/win32/mutool.vcproj | 12 |
2 files changed, 26 insertions, 6 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index d48d6ef6..f343bd10 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -983,6 +983,10 @@ > </File> <File + RelativePath="..\..\source\fitz\output-cbz.c" + > + </File> + <File RelativePath="..\..\source\fitz\output-pcl.c" > </File> @@ -1119,9 +1123,17 @@ > </File> <File + RelativePath="..\..\source\fitz\writer.c" + > + </File> + <File RelativePath="..\..\source\fitz\xml.c" > </File> + <File + RelativePath="..\..\source\fitz\zip.c" + > + </File> </Filter> <Filter Name="pdf" @@ -1206,7 +1218,7 @@ RelativePath="..\..\source\pdf\pdf-glyphlist.h" > </File> - <File + <File RelativePath="..\..\source\pdf\pdf-graft.c" > </File> @@ -1397,7 +1409,7 @@ RelativePath="..\..\include\mupdf\pdf\font.h" > </File> - <File + <File RelativePath="..\..\include\mupdf\pdf\graft.h" > </File> @@ -1634,6 +1646,10 @@ > </File> <File + RelativePath="..\..\include\mupdf\fitz\writer.h" + > + </File> + <File RelativePath="..\..\include\mupdf\fitz\xml.h" > </File> diff --git a/platform/win32/mutool.vcproj b/platform/win32/mutool.vcproj index 1bf3e485..ff707d16 100644 --- a/platform/win32/mutool.vcproj +++ b/platform/win32/mutool.vcproj @@ -463,6 +463,10 @@ </References> <Files> <File + RelativePath="..\..\source\tools\muconvert.c" + > + </File> + <File RelativePath="..\..\source\tools\mudraw.c" > </File> @@ -486,15 +490,15 @@ RelativePath="..\..\source\tools\pdfextract.c" > </File> - <File - RelativePath="..\..\source\tools\pdfmerge.c" - > - </File> <File RelativePath="..\..\source\tools\pdfinfo.c" > </File> <File + RelativePath="..\..\source\tools\pdfmerge.c" + > + </File> + <File RelativePath="..\..\source\tools\pdfpages.c" > </File> |