]> granicus.if.org Git - python/commitdiff
Unsure exactly why I'm doing this, but I couldn't build a debug-mode
authorTim Peters <tim.peters@gmail.com>
Sat, 15 Jun 2002 04:58:17 +0000 (04:58 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 15 Jun 2002 04:58:17 +0000 (04:58 +0000)
Python on Windows without it.

PCbuild/pythoncore.dsp

index 77b826891f09ed4d440a549c5379349abb5925d8..1c32bf1d5f4c7c6a45c8bef4a324d9ed046cc4ab 100644 (file)
@@ -1253,6 +1253,21 @@ SOURCE=..\Python\mystrtoul.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\Modules\newmodule.c\r
+\r
+!IF  "$(CFG)" == "pythoncore - Win32 Release"\r
+\r
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Release"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\Parser\node.c\r
 \r
 !IF  "$(CFG)" == "pythoncore - Win32 Release"\r