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

raymond.hettinger python-checkins at python.org
Fri Aug 6 11:22:47 CEST 2010


Author: raymond.hettinger
Date: Fri Aug  6 11:22:46 2010
New Revision: 83750

Log:
Fix the VS8.0 build

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	Fri Aug  6 11:22:46 2010
@@ -879,6 +879,10 @@
 				>
 			</File>
 			<File
+                                RelativePath="..\..\Include\pytime.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Include\pymem.h"
 				>
 			</File>
@@ -1767,6 +1771,10 @@
 				>
 			</File>
 			<File
+                                RelativePath="..\..\Python\pytime.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Python\pystate.c"
 				>
 			</File>


More information about the Python-checkins mailing list