[Python-checkins] r71687 - python/branches/py3k/PC/VS8.0/pythoncore.vcproj
raymond.hettinger
python-checkins at python.org
Fri Apr 17 20:47:01 CEST 2009
Author: raymond.hettinger
Date: Fri Apr 17 20:47:01 2009
New Revision: 71687
Log:
Add dtoc.[ch] to the VS8.0 project file.
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 Apr 17 20:47:01 2009
@@ -707,6 +707,10 @@
>
</File>
<File
+ RelativePath="..\..\Include\dtoa.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Include\enumobject.h"
>
</File>
@@ -1639,6 +1643,10 @@
>
</File>
<File
+ RelativePath="..\..\Python\dtoa.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Python\dynload_win.c"
>
</File>
More information about the Python-checkins
mailing list