diff options
author | Guido van Rossum <guido@python.org> | 1998-08-13 18:54:51 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-13 18:54:51 +0000 |
commit | 233e93adec15452f95eec81309699c54a6048488 (patch) | |
tree | 5be27ab0166f2862d39463661025e8fb5bbb6ba0 /PCbuild | |
parent | 4a2456a17ed86485e486d49765ec2cda38200cfa (diff) | |
download | cpython-233e93adec15452f95eec81309699c54a6048488.tar.gz |
Insignificant change cause by saving again.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python.dsp | 7 | ||||
-rw-r--r-- | PCbuild/python15.dsp | 7 | ||||
-rw-r--r-- | PCbuild/pythonw.dsp | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/PCbuild/python.dsp b/PCbuild/python.dsp index 396676d78c..a89d0214d8 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 cb4a7123ac..6716a999eb 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 c0deeb6bda..a62ab9db81 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
|