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

Tim Peters tim_one@users.sourceforge.net
Wed, 03 Apr 2002 16:02:04 -0800


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

Modified Files:
	pythoncore.dsp 
Log Message:
Repair the Windows build (needs to compile in the new boolobject code).


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** pythoncore.dsp	23 Mar 2002 00:20:15 -0000	1.32
--- pythoncore.dsp	4 Apr 2002 00:02:02 -0000	1.33
***************
*** 331,334 ****
--- 331,349 ----
  # Begin Source File
  
+ SOURCE=..\Objects\boolobject.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=..\Objects\bufferobject.c