diff options
Diffstat (limited to 'PCbuild/python.dsp')
-rw-r--r-- | PCbuild/python.dsp | 7 |
1 files changed, 7 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
|