diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-17 18:47:01 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-17 18:47:01 (GMT) |
commit | b687e763eb70c4df36fd5cd9aa5960a5237fa28f (patch) | |
tree | dfa70aed58f0ce108d7716c3f52ec04d7b676ae0 /PC/VS8.0 | |
parent | 7f0ea323ee99a06cb8075151403125e0b928137c (diff) | |
download | cpython-b687e763eb70c4df36fd5cd9aa5960a5237fa28f.zip cpython-b687e763eb70c4df36fd5cd9aa5960a5237fa28f.tar.gz cpython-b687e763eb70c4df36fd5cd9aa5960a5237fa28f.tar.bz2 |
Add dtoc.[ch] to the VS8.0 project file.
Diffstat (limited to 'PC/VS8.0')
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 88af248..464e79d 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -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> |