From: Guido van Rossum Date: Wed, 10 Dec 1997 15:12:23 +0000 (+0000) Subject: # Use proper temp subdir for intermediates. X-Git-Tag: v1.5b2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b99430808ce5f8cf844f1ba8b743d8736a2c469;p=python # Use proper temp subdir for intermediates. --- diff --git a/PC/vc5x/pythonw.dsp b/PC/vc5x/pythonw.dsp index 87477e2eba..b8e3295e66 100644 --- a/PC/vc5x/pythonw.dsp +++ b/PC/vc5x/pythonw.dsp @@ -38,7 +38,7 @@ RSC=rc.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Intermediate_Dir "Release\temp" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c @@ -65,7 +65,7 @@ LINK32=link.exe # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" +# PROP Intermediate_Dir "Debug\temp" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c