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

Tim Peters tim_one@users.sourceforge.net
Tue, 27 Feb 2001 11:52:04 -0800


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

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


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** pythoncore.dsp	2001/02/22 19:51:31	1.7
--- pythoncore.dsp	2001/02/27 19:52:02	1.8
***************
*** 691,694 ****
--- 691,709 ----
  # Begin Source File
  
+ SOURCE=..\Python\future.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=..\Modules\gcmodule.c