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

Tim Peters tim_one@users.sourceforge.net
Fri, 05 Oct 2001 15:14:47 -0700


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

Modified Files:
	pythoncore.dsp 
Log Message:
Teach Windows how to build the new weakref module.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** pythoncore.dsp	2001/09/27 16:28:15	1.23
--- pythoncore.dsp	2001/10/05 22:14:45	1.24
***************
*** 1738,1741 ****
--- 1738,1756 ----
  # Begin Source File
  
+ SOURCE=..\Objects\weakrefobject.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\xreadlinesmodule.c