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

Tim Peters tim_one@users.sourceforge.net
Thu, 01 Feb 2001 16:07:10 -0800


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

Modified Files:
	pythoncore.dsp 
Log Message:
Teach Windows build about the _weakref module.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pythoncore.dsp	2001/02/01 05:10:02	1.3
--- pythoncore.dsp	2001/02/02 00:07:07	1.4
***************
*** 196,199 ****
--- 196,214 ----
  # Begin Source File
  
+ SOURCE=..\Modules\_weakref.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\abstract.c