summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-24 12:13:30 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-10-24 12:13:30 (GMT)
commitbb28285ea2f01e97a26bc595d49da43fbee62913 (patch)
tree67200f4553cf316577993cfc104153c2f41e759c /PCbuild/pythoncore.vcproj
parentf98a267be374508c04faa4200f552804399faed8 (diff)
downloadcpython-bb28285ea2f01e97a26bc595d49da43fbee62913.zip
cpython-bb28285ea2f01e97a26bc595d49da43fbee62913.tar.gz
cpython-bb28285ea2f01e97a26bc595d49da43fbee62913.tar.bz2
Issue #7117: Prepare for backport of py3k float repr.
Add the Python/dtoa.c file containing the main algorithms; add corresponding include file and include in Python.h; include license information for Python/dtoa.c; add dtoa.c and dtoa.h to Makefile.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r--PCbuild/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 06c1df5..2cbcd09 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -903,6 +903,10 @@
>
</File>
<File
+ RelativePath="..\Include\dtoa.h"
+ >
+ </File>
+ <File
RelativePath="..\Include\Python-ast.h"
>
</File>
@@ -1799,6 +1803,10 @@
>
</File>
<File
+ RelativePath="..\Python\dtoa.c"
+ >
+ </File>
+ <File
RelativePath="..\Python\Python-ast.c"
>
</File>