diff options
-rw-r--r-- | gs/ghostscript.vcproj | 2 | ||||
-rw-r--r-- | win32/language_switch.vcproj | 2 | ||||
-rw-r--r-- | win32/pcl.vcproj | 2 | ||||
-rw-r--r-- | win32/svg.vcproj | 2 | ||||
-rw-r--r-- | win32/xps.vcproj | 2 |
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 && nmake -f psi\msvc32.mak SBR=1 DEVSTUDIO= memento-target && 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 && nmake -f pspcl6_msvc.mak DEVSTUDIO= MEMENTO=1 clean && nmake -f pspcl6_msvc.mak DEVSTUDIO= SBR=1 MEMENTO=1 && nmake -f pspcl6_msvc.mak DEVSTUDIO= MEMENTO=1 bsc" CleanCommandLine="cd ..\language_switch && 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 && nmake -f pcl6_msvc.mak clean DEVSTUDIO= MEMENTO=1 && nmake -f pcl6_msvc.mak SBR=1 DEVSTUDIO= MEMENTO=1 && nmake -f pcl6_msvc.mak DEVSTUDIO= MEMENTO=1 bsc" CleanCommandLine="cd ..\main && 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 && nmake -f svg_msvc.mak DEVSTUDIO= MEMENTO=1 clean && nmake -f svg_msvc.mak SBR=1 DEVSTUDIO= MEMENTO=1 && nmake -f svg_msvc.mak DEVSTUDIO= MEMENTO=1 bsc" CleanCommandLine="cd ..\svg && 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 && nmake -f xps_msvc.mak clean DEVSTUDIO= MEMENTO=1 && nmake -f xps_msvc.mak SBR=1 DEVSTUDIO= MEMENTO=1 && nmake -f xps_msvc.mak DEVSTUDIO= MEMENTO=1 bsc" CleanCommandLine="cd ..\xps && nmake -f xps_msvc.mak clean DEVSTUDIO= MEMENTO=1" Output="" - PreprocessorDefinitions="WIN32;_DEBUG;" + PreprocessorDefinitions="WIN32;_DEBUG;MEMENTO=1" IncludeSearchPath="" ForcedIncludes="" AssemblySearchPath="" |