[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.3,1.4
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Mon Jan 5 05:13:37 EST 2004
Update of /cvsroot/python/python/dist/src/PC/VC6
In directory sc8-pr-cvs1:/tmp/cvs-serv14923/PC/VC6
Modified Files:
pythoncore.dsp
Log Message:
SF Patch #864863: Bisect C implementation
(Contributed by Dmitry Vasiliev.)
Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pythoncore.dsp 4 Jan 2004 02:00:47 -0000 1.3
--- pythoncore.dsp 5 Jan 2004 10:13:35 -0000 1.4
***************
*** 94,97 ****
--- 94,101 ----
# Begin Source File
+ SOURCE=..\..\Modules\_bisectmodule.c
+ # End Source File
+ # Begin Source File
+
SOURCE=..\..\Modules\_codecsmodule.c
# End Source File
More information about the Python-checkins
mailing list