summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-13 18:54:51 (GMT)
committerGuido van Rossum <guido@python.org>1998-08-13 18:54:51 (GMT)
commitca69cf581d47736745d27546892ea9e380e4c791 (patch)
tree4ea7e55f2e7fffd85c5f4731b6c96be801d85695 /PCbuild
parent564e444a7cdee8fbe34d6b0e8c4fb6e651c09e6a (diff)
downloadcpython-ca69cf581d47736745d27546892ea9e380e4c791.zip
cpython-ca69cf581d47736745d27546892ea9e380e4c791.tar.gz
cpython-ca69cf581d47736745d27546892ea9e380e4c791.tar.bz2
Insignificant change cause by saving again.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python.dsp7
-rw-r--r--PCbuild/python15.dsp7
-rw-r--r--PCbuild/pythonw.dsp7
3 files changed, 21 insertions, 0 deletions
diff --git a/PCbuild/python.dsp b/PCbuild/python.dsp
index 396676d..a89d021 100644
--- a/PCbuild/python.dsp
+++ b/PCbuild/python.dsp
@@ -92,6 +92,13 @@ SOURCE=..\Modules\python.c
# Begin Source File
SOURCE=..\PC\python_exe.rc
+
+!IF "$(CFG)" == "python - Win32 Release"
+
+!ELSEIF "$(CFG)" == "python - Win32 Debug"
+
+!ENDIF
+
# End Source File
# End Target
# End Project
diff --git a/PCbuild/python15.dsp b/PCbuild/python15.dsp
index cb4a712..6716a99 100644
--- a/PCbuild/python15.dsp
+++ b/PCbuild/python15.dsp
@@ -376,6 +376,13 @@ SOURCE=..\PC\python_nt.def
# Begin Source File
SOURCE=..\PC\python_nt.rc
+
+!IF "$(CFG)" == "python15 - Win32 Release"
+
+!ELSEIF "$(CFG)" == "python15 - Win32 Debug"
+
+!ENDIF
+
# End Source File
# Begin Source File
diff --git a/PCbuild/pythonw.dsp b/PCbuild/pythonw.dsp
index c0deeb6..a62ab9d 100644
--- a/PCbuild/pythonw.dsp
+++ b/PCbuild/pythonw.dsp
@@ -91,6 +91,13 @@ LINK32=link.exe
# Begin Source File
SOURCE=..\PC\python_exe.rc
+
+!IF "$(CFG)" == "pythonw - Win32 Release"
+
+!ELSEIF "$(CFG)" == "pythonw - Win32 Debug"
+
+!ENDIF
+
# End Source File
# Begin Source File