From 202ce949a22cba36bc494aecb4b806d0a4ea86dd Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 3 Jan 2023 18:31:24 +0000 Subject: MSVC: Fix Debug-contrib and Release-contrib configurations. --- windows/ghostscript.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/ghostscript.vcxproj b/windows/ghostscript.vcxproj index 23fba9a92..531eedce8 100644 --- a/windows/ghostscript.vcxproj +++ b/windows/ghostscript.vcxproj @@ -431,8 +431,8 @@ $(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ - cd .. && nmake -f psi\msvc32.mak WIN64= SBR=1 DEVSTUDIO= WITH_CUPS=1 gsdebug && nmake -f psi\msvc32.mak WIN64= DEVSTUDIO= WITH_CUPS=1 debugbsc - cd .. && nmake -f psi\msvc32.mak WIN64= DEVSTUDIO= WITH_CUPS=1 debugclean && nmake -f psi\msvc32.mak WIN64= SBR=1 DEVSTUDIO= WITH_CUPS=1 gsdebug && nmake -f psi\msvc32.mak WIN64= DEVSTUDIO= WITH_CUPS=1 debugbsc + cd .. && nmake -f psi\msvc32.mak WIN64= SBR=1 DEVSTUDIO= WITH_CONTRIB=1 gsdebug && nmake -f psi\msvc32.mak WIN64= DEVSTUDIO= WITH_CONTRIB=1 debugbsc + cd .. && nmake -f psi\msvc32.mak WIN64= DEVSTUDIO= WITH_CONTRIB=1 debugclean && nmake -f psi\msvc32.mak WIN64= SBR=1 DEVSTUDIO= WITH_CONTRIB=1 gsdebug && nmake -f psi\msvc32.mak WIN64= DEVSTUDIO= debugbsc cd .. && nmake -f psi\msvc32.mak WIN64= DEVSTUDIO= debugclean $(ProjectDir)\..\debugbin\gswin64c.exe WIN64;_DEBUG;DEBUG=1;TDEBUG=1;$(NMakePreprocessorDefinitions) @@ -440,8 +440,8 @@ $(Configuration)\ $(Configuration)\ - cd .. && nmake -f psi\msvc32.mak SBR=1 DEVSTUDIO= gs && nmake -f psi\msvc32.mak DEVSTUDIO= bsc - cd .. && nmake -f psi\msvc32.mak DEVSTUDIO= clean && nmake -f psi\msvc32.mak SBR=1 DEVSTUDIO= gs && nmake -f psi\msvc32.mak DEVSTUDIO= bsc + cd .. && nmake -f psi\msvc32.mak SBR=1 DEVSTUDIO= WITH_CONTRIB=1 gs && nmake -f psi\msvc32.mak DEVSTUDIO= bsc + cd .. && nmake -f psi\msvc32.mak DEVSTUDIO= WITH_CONTRIB=1 clean && nmake -f psi\msvc32.mak SBR=1 DEVSTUDIO= WITH_CONTRIB=1 gs && nmake -f psi\msvc32.mak DEVSTUDIO= bsc cd .. && nmake -f psi\msvc32.mak DEVSTUDIO= clean $(ProjectDir)\..\bin\gswin32c.exe WIN32;NDEBUG;HAVE_SSE2=1;$(NMakePreprocessorDefinitions) -- cgit v1.2.1