summaryrefslogtreecommitdiff
path: root/platform/win32/libmupdf.vcproj
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-01-13 13:20:59 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-01-17 20:14:38 +0100
commit8577a7cf12ccdb258b773a03471663952fd12a4c (patch)
treedcc5d8e6a38c9dcc79a32dafbe4bc78bbe87b8eb /platform/win32/libmupdf.vcproj
parenteee26d32f6f9eb4f1e815e3b43c959666edb6ed1 (diff)
downloadmupdf-8577a7cf12ccdb258b773a03471663952fd12a4c.tar.xz
Fix 697476: Rename header files.
Xcode has an idiotic default configuration where it gets confused by include search paths and file names in projects, so that it will load our "mupdf/fitz/math.h" instead of the system <math.h>. Work around this by renaming header files that have the same base name as a system header (even though they live in a subdirectory, and should never be available directly on the compiler's include path).
Diffstat (limited to 'platform/win32/libmupdf.vcproj')
-rw-r--r--platform/win32/libmupdf.vcproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj
index 45942e1e..b83f68e3 100644
--- a/platform/win32/libmupdf.vcproj
+++ b/platform/win32/libmupdf.vcproj
@@ -2332,6 +2332,10 @@
>
</File>
<File
+ RelativePath="..\..\include\mupdf\fitz\geometry.h"
+ >
+ </File>
+ <File
RelativePath="..\..\include\mupdf\fitz\getopt.h"
>
</File>
@@ -2356,10 +2360,6 @@
>
</File>
<File
- RelativePath="..\..\include\mupdf\fitz\math.h"
- >
- </File>
- <File
RelativePath="..\..\include\mupdf\fitz\outline.h"
>
</File>
@@ -2424,7 +2424,7 @@
>
</File>
<File
- RelativePath="..\..\include\mupdf\fitz\string.h"
+ RelativePath="..\..\include\mupdf\fitz\string-util.h"
>
</File>
<File