diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-18 13:10:51 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-18 13:10:51 (GMT) |
commit | f498113f3f8585f5e7c5f4cedca0108c41628c75 (patch) | |
tree | e1294d6fd0238918ea230c0a85178eb4bbc5168f /PC | |
parent | e6a076d86c51c9d72fee088dd229a7662ccc6c19 (diff) | |
download | cpython-f498113f3f8585f5e7c5f4cedca0108c41628c75.zip cpython-f498113f3f8585f5e7c5f4cedca0108c41628c75.tar.gz cpython-f498113f3f8585f5e7c5f4cedca0108c41628c75.tar.bz2 |
Added Python/dtoa.c to project files.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 5640682..653569f 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -341,6 +341,10 @@ SOURCE=..\dl_nt.c # 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
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index e24e573..d60f792 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -517,6 +517,9 @@ RelativePath="..\..\PC\dl_nt.c"> </File> <File + RelativePath="..\..\Python\dtoa.c"> + </File> + <File RelativePath="..\..\Python\dynload_win.c"> </File> <File |