summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-03-07 17:43:07 +0000
committerChris Liddell <chris.liddell@artifex.com>2012-03-15 11:54:24 +0000
commitf5ef45061236ebc47f4779b6e9f027dd6a8b6fe1 (patch)
treebd629c0d25b60039cf5f2b73a65aad291b449226
parent9473fda701e58d721f77dcdfb96610c24b9ec66d (diff)
Add MEMENTO to preprocessor definition list in the VS solution.
No difference to builds, but may make intellisense work better for Memento builds.
-rw-r--r--gs/ghostscript.vcproj2
-rw-r--r--win32/language_switch.vcproj2
-rw-r--r--win32/pcl.vcproj2
-rw-r--r--win32/svg.vcproj2
-rw-r--r--win32/xps.vcproj2
5 files changed, 5 insertions, 5 deletions
diff --git a/gs/ghostscript.vcproj b/gs/ghostscript.vcproj
index 61c458c8f..cf52914a7 100644
--- a/gs/ghostscript.vcproj
+++ b/gs/ghostscript.vcproj
@@ -150,7 +150,7 @@
ReBuildCommandLine="nmake -f psi\msvc32.mak DEVSTUDIO= mementoclean &amp;&amp; nmake -f psi\msvc32.mak SBR=1 DEVSTUDIO= memento-target &amp;&amp; nmake -f psi\msvc32.mak DEVSTUDIO= mementobsc"
CleanCommandLine="nmake -f psi\msvc32.mak DEVSTUDIO= mementoclean"
Output=""
- PreprocessorDefinitions="WIN32;_DEBUG;DEBUG=1;TDEBUG=1;HAVE_SSE2=1"
+ PreprocessorDefinitions="WIN32;_DEBUG;DEBUG=1;TDEBUG=1;HAVE_SSE2=1;MEMENTO=1"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""
diff --git a/win32/language_switch.vcproj b/win32/language_switch.vcproj
index cd00f6f0e..a0b0f4d57 100644
--- a/win32/language_switch.vcproj
+++ b/win32/language_switch.vcproj
@@ -150,7 +150,7 @@
ReBuildCommandLine="cd ..\language_switch &amp;&amp; nmake -f pspcl6_msvc.mak DEVSTUDIO= MEMENTO=1 clean &amp;&amp; nmake -f pspcl6_msvc.mak DEVSTUDIO= SBR=1 MEMENTO=1 &amp;&amp; nmake -f pspcl6_msvc.mak DEVSTUDIO= MEMENTO=1 bsc"
CleanCommandLine="cd ..\language_switch &amp;&amp; nmake -f pspcl6_msvc.mak DEVSTUDIO= MEMENTO=1 clean"
Output=""
- PreprocessorDefinitions="WIN32;_DEBUG;"
+ PreprocessorDefinitions="WIN32;_DEBUG;MEMENTO=1"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""
diff --git a/win32/pcl.vcproj b/win32/pcl.vcproj
index ea75fd901..8b0032ef3 100644
--- a/win32/pcl.vcproj
+++ b/win32/pcl.vcproj
@@ -150,7 +150,7 @@
ReBuildCommandLine="cd ..\main &amp;&amp; nmake -f pcl6_msvc.mak clean DEVSTUDIO= MEMENTO=1 &amp;&amp; nmake -f pcl6_msvc.mak SBR=1 DEVSTUDIO= MEMENTO=1 &amp;&amp; nmake -f pcl6_msvc.mak DEVSTUDIO= MEMENTO=1 bsc"
CleanCommandLine="cd ..\main &amp;&amp; nmake -f pcl6_msvc.mak clean DEVSTUDIO= MEMENTO=1"
Output=""
- PreprocessorDefinitions="WIN32;_DEBUG;"
+ PreprocessorDefinitions="WIN32;_DEBUG;MEMENTO=1"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""
diff --git a/win32/svg.vcproj b/win32/svg.vcproj
index 1ae027e43..be564229f 100644
--- a/win32/svg.vcproj
+++ b/win32/svg.vcproj
@@ -150,7 +150,7 @@
ReBuildCommandLine="cd ..\svg &amp;&amp; nmake -f svg_msvc.mak DEVSTUDIO= MEMENTO=1 clean &amp;&amp; nmake -f svg_msvc.mak SBR=1 DEVSTUDIO= MEMENTO=1 &amp;&amp; nmake -f svg_msvc.mak DEVSTUDIO= MEMENTO=1 bsc"
CleanCommandLine="cd ..\svg &amp;&amp; nmake -f svg_msvc.mak DEVSTUDIO= MEMENTO=1 clean"
Output=""
- PreprocessorDefinitions="WIN32;_DEBUG;"
+ PreprocessorDefinitions="WIN32;_DEBUG;MEMENTO=1"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""
diff --git a/win32/xps.vcproj b/win32/xps.vcproj
index 3737ba0ca..21d84ed12 100644
--- a/win32/xps.vcproj
+++ b/win32/xps.vcproj
@@ -150,7 +150,7 @@
ReBuildCommandLine="cd ..\xps &amp;&amp; nmake -f xps_msvc.mak clean DEVSTUDIO= MEMENTO=1 &amp;&amp; nmake -f xps_msvc.mak SBR=1 DEVSTUDIO= MEMENTO=1 &amp;&amp; nmake -f xps_msvc.mak DEVSTUDIO= MEMENTO=1 bsc"
CleanCommandLine="cd ..\xps &amp;&amp; nmake -f xps_msvc.mak clean DEVSTUDIO= MEMENTO=1"
Output=""
- PreprocessorDefinitions="WIN32;_DEBUG;"
+ PreprocessorDefinitions="WIN32;_DEBUG;MEMENTO=1"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""