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

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 18 Oct 2001 13:51:34 -0700


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

Modified Files:
	pythoncore.dsp 
Log Message:
add structseq.c to project

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** pythoncore.dsp	2001/10/18 15:19:38	1.26
--- pythoncore.dsp	2001/10/18 20:51:32	1.27
***************
*** 1588,1591 ****
--- 1588,1606 ----
  # Begin Source File
  
+ SOURCE=..\Objects\structseq.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\symtable.c