Author: guido.van.rossum
Date: Mon Oct 22 18:00:45 2007
New Revision: 58592

Modified:
   python/branches/py3k/PCbuild/pythoncore.vcproj
Log:
ssue 1309: fix by Christian Heimes to be able to build on Windows.


Modified: python/branches/py3k/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PCbuild/pythoncore.vcproj      (original)
+++ python/branches/py3k/PCbuild/pythoncore.vcproj      Mon Oct 22 18:00:45 2007
@@ -440,8 +440,11 @@
                        RelativePath="..\Objects\boolobject.c">
                </File>
                <File
-                       RelativePath="..\Objects\bytesobject.c">
+                       RelativePath="..\Objects\bytes_methods.c">
                </File>
+                <File
+                        RelativePath="..\Objects\bytesobject.c">
+                </File>
                <File
                        RelativePath="..\Objects\cellobject.c">
                </File>
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to