[Python-checkins] r51456 - python/trunk/PCbuild/pythoncore.vcproj
neal.norwitz
python-checkins at python.org
Tue Aug 22 01:44:48 CEST 2006
Author: neal.norwitz
Date: Tue Aug 22 01:44:48 2006
New Revision: 51456
Modified:
python/trunk/PCbuild/pythoncore.vcproj
Log:
Try to get the windows bots working again with the new peephole.c
Modified: python/trunk/PCbuild/pythoncore.vcproj
==============================================================================
--- python/trunk/PCbuild/pythoncore.vcproj (original)
+++ python/trunk/PCbuild/pythoncore.vcproj Tue Aug 22 01:44:48 2006
@@ -464,6 +464,9 @@
RelativePath="..\Python\compile.c">
</File>
<File
+ RelativePath="..\Python\peephole.c">
+ </File>
+ <File
RelativePath="..\Objects\complexobject.c">
</File>
<File
More information about the Python-checkins
mailing list