diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-11-30 21:51:30 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-11-30 21:51:30 (GMT) |
commit | 117a899e4dda2faa3d8476752ce612def935ae75 (patch) | |
tree | 6ccc261606c910f9e3e1ec5d711241709783bae9 /PC/VS7.1 | |
parent | 2ef9e8ce00c5727cbd8fc5e506f63835b670324d (diff) | |
download | cpython-117a899e4dda2faa3d8476752ce612def935ae75.zip cpython-117a899e4dda2faa3d8476752ce612def935ae75.tar.gz cpython-117a899e4dda2faa3d8476752ce612def935ae75.tar.bz2 |
Add dtoa.c and dtoa.h to the relevant project files.
Diffstat (limited to 'PC/VS7.1')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 1b50c0b..c24332f 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -512,6 +512,9 @@ RelativePath="..\..\PC\dl_nt.c"> </File> <File + RelativePath="..\..\Python\dtoa.c"> + </File> + <File RelativePath="..\..\Python\dynload_win.c"> </File> <File |