]> granicus.if.org Git - python/commitdiff
Teach Windows build about new cellobject.c.
authorTim Peters <tim.peters@gmail.com>
Fri, 26 Jan 2001 00:12:49 +0000 (00:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 26 Jan 2001 00:12:49 +0000 (00:12 +0000)
PCbuild/pythoncore.dsp

index aed38cdd492bffafa2becff99bb77779fefc73d7..49351867ea19af3002eb0a5aa6b0f9b7145c872f 100644 (file)
@@ -315,6 +315,21 @@ SOURCE=..\Objects\bufferobject.c
 # End Source File
 # Begin Source File
 
+SOURCE=..\Objects\cellobject.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\ceval.c
 
 !IF  "$(CFG)" == "pythoncore - Win32 Release"