From f5ef45061236ebc47f4779b6e9f027dd6a8b6fe1 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 7 Mar 2012 17:43:07 +0000 Subject: Add MEMENTO to preprocessor definition list in the VS solution. No difference to builds, but may make intellisense work better for Memento builds. --- gs/ghostscript.vcproj | 2 +- win32/language_switch.vcproj | 2 +- win32/pcl.vcproj | 2 +- win32/svg.vcproj | 2 +- 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="" -- cgit v1.2.3