[Python-checkins] r82035 - python/branches/py3k/PCbuild/pythoncore.vcproj

victor.stinner python-checkins at python.org
Thu Jun 17 01:05:06 CEST 2010


Author: victor.stinner
Date: Thu Jun 17 01:05:06 2010
New Revision: 82035

Log:
Issue #9012: Add _time.c and _time.h to the Visual Studio project file

Add these new files, added by r82034, to the pythoncore project.


Modified:
   python/branches/py3k/PCbuild/pythoncore.vcproj

Modified: python/branches/py3k/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PCbuild/pythoncore.vcproj	(original)
+++ python/branches/py3k/PCbuild/pythoncore.vcproj	Thu Jun 17 01:05:06 2010
@@ -1040,6 +1040,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Modules\_time.c"
+				>
+			</File>
+			<File
+				RelativePath="..\Modules\_time.h"
+				>
+			</File>
+			<File
 				RelativePath="..\Modules\_weakref.c"
 				>
 			</File>


More information about the Python-checkins mailing list