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

Jeremy Hylton python-dev@python.org
Thu, 29 Jun 2000 22:02:55 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3220/PCbuild

Modified Files:
	python16.dsp 
Log Message:
final patches from Neil Schemenauer for garbage collection


Index: python16.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python16.dsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** python16.dsp	2000/06/06 23:29:09	1.6
--- python16.dsp	2000/06/30 05:02:53	1.7
***************
*** 660,663 ****
--- 660,677 ----
  # End Source File
  # Begin Source File
+ SOURCE=..\Modules\gcmodule.c
+ 
+ !IF  "$(CFG)" == "python16 - Win32 Release"
+ 
+ !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
+ 
+ !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
+ 
+ !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
+ 
+ !ENDIF 
+ 
+ # End Source File
+ # Begin Source File
  
  SOURCE=..\Python\getargs.c