[Python-checkins] python/dist/src/PCbuild pythoncore.dsp,1.33,1.34

tim_one@sourceforge.net tim_one@sourceforge.net
Fri, 26 Apr 2002 14:20:04 -0700


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

Modified Files:
	pythoncore.dsp 
Log Message:
Teach the Windows build about the new enumobject.c file.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** pythoncore.dsp	4 Apr 2002 00:02:02 -0000	1.33
--- pythoncore.dsp	26 Apr 2002 21:20:02 -0000	1.34
***************
*** 586,589 ****
--- 586,604 ----
  # Begin Source File
  
+ SOURCE=..\Objects\enumobject.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\errnomodule.c