summaryrefslogtreecommitdiff
path: root/platform/win32/javaviewer.vcproj
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-01-09 16:53:21 +0100
committerRobin Watts <robin.watts@artifex.com>2017-01-17 17:48:54 +0000
commit08de3aa3254690425607ceb859d808f7d0852a84 (patch)
tree6c8dbe599855ce882981c7f374df91318db0453c /platform/win32/javaviewer.vcproj
parentcc8fba5b4e43bf4c635beee6882284605e9f8076 (diff)
downloadmupdf-08de3aa3254690425607ceb859d808f7d0852a84.tar.xz
Remove preprocessor defines from vcproj.
Keeping them up to date is difficult and prone to errors, so we move setting the USE_OUTPUT_DEBUG_STRING and FZ_LARGEFILE flags to the source instead of relying on project file definitions.
Diffstat (limited to 'platform/win32/javaviewer.vcproj')
-rw-r--r--platform/win32/javaviewer.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/win32/javaviewer.vcproj b/platform/win32/javaviewer.vcproj
index 440039b5..5561a4b7 100644
--- a/platform/win32/javaviewer.vcproj
+++ b/platform/win32/javaviewer.vcproj
@@ -50,7 +50,7 @@
ReBuildCommandLine="cd ..\java &amp;&amp; winmake.bat $(PlatformName)\$(ConfigurationName)"
CleanCommandLine=""
Output="javaviewer.jar"
- PreprocessorDefinitions="WIN32;_DEBUG"
+ PreprocessorDefinitions="WIN64;_DEBUG"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""
@@ -90,7 +90,7 @@
ReBuildCommandLine="cd ..\java &amp;&amp; winmake.bat $(PlatformName)\$(ConfigurationName)"
CleanCommandLine=""
Output="javaviewer.exe"
- PreprocessorDefinitions="WIN32;NDEBUG"
+ PreprocessorDefinitions="WIN64;NDEBUG"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""