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

Tim Peters tim_one@users.sourceforge.net
Fri, 20 Apr 2001 14:21:31 -0700


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

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


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** pythoncore.dsp	2001/04/18 21:12:25	1.14
--- pythoncore.dsp	2001/04/20 21:21:28	1.15
***************
*** 969,972 ****
--- 969,987 ----
  # Begin Source File
  
+ SOURCE=..\Objects\iterobject.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=..\Parser\listnode.c