[Python-checkins] r83376 - python/branches/py3k/PC/VS8.0/pythoncore.vcproj

raymond.hettinger python-checkins at python.org
Sun Aug 1 01:33:22 CEST 2010


Author: raymond.hettinger
Date: Sun Aug  1 01:33:22 2010
New Revision: 83376

Log:
Fix build on VS8.

Modified:
   python/branches/py3k/PC/VS8.0/pythoncore.vcproj

Modified: python/branches/py3k/PC/VS8.0/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PC/VS8.0/pythoncore.vcproj	(original)
+++ python/branches/py3k/PC/VS8.0/pythoncore.vcproj	Sun Aug  1 01:33:22 2010
@@ -1091,7 +1091,7 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\Modules\datetimemodule.c"
+				RelativePath="..\..\Modules\_datetimemodule.c"
 				>
 			</File>
 			<File


More information about the Python-checkins mailing list