From ca69cf581d47736745d27546892ea9e380e4c791 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 13 Aug 1998 18:54:51 +0000 Subject: [PATCH] Insignificant change cause by saving again. --- PCbuild/python.dsp | 7 +++++++ PCbuild/python15.dsp | 7 +++++++ PCbuild/pythonw.dsp | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/PCbuild/python.dsp b/PCbuild/python.dsp index 396676d78c2..a89d0214d8b 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 cb4a7123aca..6716a999eba 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 c0deeb6bda9..a62ab9db81b 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