[Python-checkins] r76603 - python/trunk/PC/VS8.0/pythoncore.vcproj

raymond.hettinger python-checkins at python.org
Mon Nov 30 22:14:26 CET 2009


Author: raymond.hettinger
Date: Mon Nov 30 22:14:25 2009
New Revision: 76603

Log:
Update project file for new file: dtoa.c

Modified:
   python/trunk/PC/VS8.0/pythoncore.vcproj

Modified: python/trunk/PC/VS8.0/pythoncore.vcproj
==============================================================================
--- python/trunk/PC/VS8.0/pythoncore.vcproj	(original)
+++ python/trunk/PC/VS8.0/pythoncore.vcproj	Mon Nov 30 22:14:25 2009
@@ -1687,6 +1687,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Python\dtoa.c"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Python\dynload_win.c"
 				>
 			</File>


More information about the Python-checkins mailing list