[Python-checkins] r76605 - in python/trunk/PC: VC6/pythoncore.dsp VS7.1/pythoncore.vcproj VS8.0/pythoncore.vcproj

mark.dickinson python-checkins at python.org
Mon Nov 30 22:51:30 CET 2009


Author: mark.dickinson
Date: Mon Nov 30 22:51:30 2009
New Revision: 76605

Log:
Add dtoa.c and dtoa.h to the relevant project files.


Modified:
   python/trunk/PC/VC6/pythoncore.dsp
   python/trunk/PC/VS7.1/pythoncore.vcproj
   python/trunk/PC/VS8.0/pythoncore.vcproj

Modified: python/trunk/PC/VC6/pythoncore.dsp
==============================================================================
--- python/trunk/PC/VC6/pythoncore.dsp	(original)
+++ python/trunk/PC/VC6/pythoncore.dsp	Mon Nov 30 22:51:30 2009
@@ -329,6 +329,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\Python\dtoa.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\Python\dynload_win.c
 # End Source File
 # Begin Source File

Modified: python/trunk/PC/VS7.1/pythoncore.vcproj
==============================================================================
--- python/trunk/PC/VS7.1/pythoncore.vcproj	(original)
+++ python/trunk/PC/VS7.1/pythoncore.vcproj	Mon Nov 30 22:51:30 2009
@@ -512,6 +512,9 @@
 			RelativePath="..\..\PC\dl_nt.c">
 		</File>
 		<File
+			RelativePath="..\..\Python\dtoa.c">
+		</File>
+		<File
 			RelativePath="..\..\Python\dynload_win.c">
 		</File>
 		<File

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:51:30 2009
@@ -715,6 +715,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Include\dtoa.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Include\enumobject.h"
 				>
 			</File>


More information about the Python-checkins mailing list