[Python-checkins] python/dist/src/PCbuild pythoncore.vcproj, 1.26.2.3, 1.26.2.4
jhylton@users.sourceforge.net
jhylton at users.sourceforge.net
Tue Oct 18 15:36:10 CEST 2005
Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14036/PCbuild
Modified Files:
Tag: ast-branch
pythoncore.vcproj
Log Message:
Replace compile.c with newcompile.c.
Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.26.2.3
retrieving revision 1.26.2.4
diff -u -d -r1.26.2.3 -r1.26.2.4
--- pythoncore.vcproj 16 Oct 2005 05:24:05 -0000 1.26.2.3
+++ pythoncore.vcproj 18 Oct 2005 13:36:06 -0000 1.26.2.4
@@ -2291,7 +2291,7 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\Python\newcompile.c">
+ RelativePath="..\Python\compile.c">
</File>
<File
RelativePath="..\Parser\node.c">
More information about the Python-checkins
mailing list