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

raymond.hettinger python-checkins at python.org
Sun Aug 1 23:50:39 CEST 2010


Author: raymond.hettinger
Date: Sun Aug  1 23:50:38 2010
New Revision: 83488

Log:
Fix VS8.0 build by adding _time.h and _time.c to the project file.

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 23:50:38 2010
@@ -943,6 +943,10 @@
 				>
 			</File>
 			<File
+                                RelativePath="..\..\Include\_time.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Include\timefuncs.h"
 				>
 			</File>
@@ -1167,6 +1171,10 @@
 				>
 			</File>
 			<File
+                                RelativePath="..\..\Modules\_time.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Modules\timemodule.c"
 				>
 			</File>


More information about the Python-checkins mailing list