summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-10 15:12:23 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-10 15:12:23 (GMT)
commit3b99430808ce5f8cf844f1ba8b743d8736a2c469 (patch)
tree9b9a226af6121d0983e1dad8446f85752a61df72
parentd6af46d4aef833099a405c18cd3b391298bddcff (diff)
downloadcpython-3b99430808ce5f8cf844f1ba8b743d8736a2c469.zip
cpython-3b99430808ce5f8cf844f1ba8b743d8736a2c469.tar.gz
cpython-3b99430808ce5f8cf844f1ba8b743d8736a2c469.tar.bz2
# Use proper temp subdir for intermediates.
-rw-r--r--PC/vc5x/pythonw.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/vc5x/pythonw.dsp b/PC/vc5x/pythonw.dsp
index 87477e2..b8e3295 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