summaryrefslogtreecommitdiff
path: root/platform/win32/mutool.vcproj
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-04-26 15:10:26 +0100
committerRobin Watts <robin.watts@artifex.com>2016-04-26 15:12:00 +0100
commita2fc54fe202624b7f82662eb9ca04c718d886718 (patch)
tree4724b21de56fab3321030bc540c32af2045040cf /platform/win32/mutool.vcproj
parenta7c3d73078f9e0cfc12d7eee86d0e2de197768ab (diff)
downloadmupdf-a2fc54fe202624b7f82662eb9ca04c718d886718.tar.xz
MSVC: Fix MSVC builds.
Some new files hadn't been added to the solution, and we were calling strcasecmp instead of fz_strcasecmp.
Diffstat (limited to 'platform/win32/mutool.vcproj')
-rw-r--r--platform/win32/mutool.vcproj12
1 files changed, 8 insertions, 4 deletions
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>