[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.13,1.14

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Aug 31 20:54:37 CEST 2004


Update of /cvsroot/python/python/dist/src/PC/VC6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21861

Modified Files:
	pythoncore.dsp 
Log Message:
Remove rotor and xreadlines from VC 6 build.



Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- pythoncore.dsp	28 Jul 2004 09:45:19 -0000	1.13
+++ pythoncore.dsp	31 Aug 2004 18:54:35 -0000	1.14
@@ -523,10 +523,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\Modules\rotormodule.c
-# End Source File
-# Begin Source File
-
 SOURCE=..\..\Objects\setobject.c
 # End Source File
 # Begin Source File
@@ -615,10 +611,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\Modules\xreadlinesmodule.c
-# End Source File
-# Begin Source File
-
 SOURCE=..\..\Modules\xxsubtype.c
 # End Source File
 # Begin Source File



More information about the Python-checkins mailing list