diff options
author | Raymond Hettinger <python@rcn.com> | 2010-08-06 09:22:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-08-06 09:22:46 (GMT) |
commit | 373e78c6f51f028373aca51fc70dd5b48159e5ce (patch) | |
tree | d1730a9b66b37c5c36bc915997ed789b1ea98b6e | |
parent | c34d76cdc3212615f9a3c2c4b1c542592372b5f8 (diff) | |
download | cpython-373e78c6f51f028373aca51fc70dd5b48159e5ce.zip cpython-373e78c6f51f028373aca51fc70dd5b48159e5ce.tar.gz cpython-373e78c6f51f028373aca51fc70dd5b48159e5ce.tar.bz2 |
Fix the VS8.0 build
-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 0896a79..402ac3e 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -879,6 +879,10 @@ > </File> <File + RelativePath="..\..\Include\pytime.h" + > + </File> + <File RelativePath="..\..\Include\pymem.h" > </File> @@ -1767,6 +1771,10 @@ > </File> <File + RelativePath="..\..\Python\pytime.c" + > + </File> + <File RelativePath="..\..\Python\pystate.c" > </File> |