[Python-checkins] CVS: python/dist/src/PCbuild python20.dsp,1.1,1.2

Jeremy Hylton python-dev@python.org
Fri, 30 Jun 2000 07:38:43 -0700


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

Modified Files:
	python20.dsp 
Log Message:
add gcmodule


Index: python20.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.dsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** python20.dsp	2000/06/29 22:31:28	1.1
--- python20.dsp	2000/06/30 14:38:41	1.2
***************
*** 660,663 ****
--- 660,677 ----
  # End Source File
  # Begin Source File
+ SOURCE=..\Modules\gcmodule.c
+ 
+ !IF  "$(CFG)" == "python20 - Win32 Release"
+ 
+ !ELSEIF  "$(CFG)" == "python20 - Win32 Debug"
+ 
+ !ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Debug"
+ 
+ !ELSEIF  "$(CFG)" == "python20 - Win32 Alpha Release"
+ 
+ !ENDIF 
+ 
+ # End Source File
+ # Begin Source File
  
  SOURCE=..\Python\getargs.c