From 3b99430808ce5f8cf844f1ba8b743d8736a2c469 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 10 Dec 1997 15:12:23 +0000 Subject: [PATCH] # Use proper temp subdir for intermediates. --- PC/vc5x/pythonw.dsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1