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

Tim Peters python-dev@python.org
Tue, 09 Jan 2001 15:27:14 -0800


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

Modified Files:
	python20.dsp 
Log Message:
Make Windows build compile new xreadlinesmodule.


Index: python20.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.dsp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** python20.dsp	2000/10/14 07:35:15	1.14
--- python20.dsp	2001/01/09 23:27:12	1.15
***************
*** 1678,1681 ****
--- 1678,1696 ----
  # Begin Source File
  
+ SOURCE=..\Modules\xreadlinesmodule.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=..\Modules\yuvconvert.c