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

Trent Mick python-dev@python.org
Thu, 29 Jun 2000 23:05:50 -0700


On Thu, Jun 29, 2000 at 10:02:55PM -0700, Jeremy Hylton wrote:
> 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
> 

Pardon me if I am wrong (I have not actually checked the repository) but is
this correct now that the version number is 2.0?

Trent


-- 
Trent Mick
trentm@activestate.com