[Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.1,1.2

Tim Peters tim_one@users.sourceforge.net
Thu, 25 Jan 2001 16:12:52 -0800


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv21011/python/dist/src/PCbuild

Modified Files:
	pythoncore.dsp 
Log Message:
Teach Windows build about new cellobject.c.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pythoncore.dsp	2001/01/17 23:23:13	1.1
--- pythoncore.dsp	2001/01/26 00:12:49	1.2
***************
*** 316,319 ****
--- 316,334 ----
  # 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