[Python-checkins] r71703 - in python/branches/py3k/PC: VC6/pythoncore.dsp VS7.1/pythoncore.vcproj

hirokazu.yamamoto python-checkins at python.org
Sat Apr 18 15:10:51 CEST 2009


Author: hirokazu.yamamoto
Date: Sat Apr 18 15:10:51 2009
New Revision: 71703

Log:
Added Python/dtoa.c to project files.

Modified:
   python/branches/py3k/PC/VC6/pythoncore.dsp
   python/branches/py3k/PC/VS7.1/pythoncore.vcproj

Modified: python/branches/py3k/PC/VC6/pythoncore.dsp
==============================================================================
--- python/branches/py3k/PC/VC6/pythoncore.dsp	(original)
+++ python/branches/py3k/PC/VC6/pythoncore.dsp	Sat Apr 18 15:10:51 2009
@@ -341,6 +341,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/branches/py3k/PC/VS7.1/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PC/VS7.1/pythoncore.vcproj	(original)
+++ python/branches/py3k/PC/VS7.1/pythoncore.vcproj	Sat Apr 18 15:10:51 2009
@@ -517,6 +517,9 @@
 			RelativePath="..\..\PC\dl_nt.c">
 		</File>
 		<File
+			RelativePath="..\..\Python\dtoa.c">
+		</File>
+		<File
 			RelativePath="..\..\Python\dynload_win.c">
 		</File>
 		<File


More information about the Python-checkins mailing list