[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.12,1.13
perky at users.sourceforge.net
perky at users.sourceforge.net
Wed Jul 28 11:45:22 CEST 2004
Update of /cvsroot/python/python/dist/src/PC/VC6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11079/PC/VC6
Modified Files:
pythoncore.dsp
Log Message:
Remove unused source file from Windows project files.
Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pythoncore.dsp 18 Jul 2004 15:36:31 -0000 1.12
--- pythoncore.dsp 28 Jul 2004 09:45:19 -0000 1.13
***************
*** 122,129 ****
# Begin Source File
- SOURCE=..\..\Modules\cjkcodecs\_codecs_unicode.c
- # End Source File
- # Begin Source File
-
SOURCE=..\..\Modules\_codecsmodule.c
# End Source File
--- 122,125 ----
More information about the Python-checkins
mailing list