]> granicus.if.org Git - python/commitdiff
Teach Windows build about new symtable.c.
authorTim Peters <tim.peters@gmail.com>
Fri, 9 Feb 2001 23:05:56 +0000 (23:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 9 Feb 2001 23:05:56 +0000 (23:05 +0000)
PCbuild/pythoncore.dsp

index f1068288fff2821a601fbb63931a5cddf9802618..a2930ae8c36c25fe1933fe28e468f70f5eeb0e71 100644 (file)
@@ -1557,6 +1557,21 @@ SOURCE=..\Modules\structmodule.c
 # End Source File
 # Begin Source File
 
+SOURCE=..\Python\symtable.c
+
+!IF  "$(CFG)" == "pythoncore - Win32 Release"
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
+
+!ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Release"
+
+!ENDIF 
+
+# End Source File
+# Begin Source File
+
 SOURCE=..\Python\sysmodule.c
 
 !IF  "$(CFG)" == "pythoncore - Win32 Release"