diff options
author | Raymond Hettinger <python@rcn.com> | 2010-08-01 21:50:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-08-01 21:50:38 (GMT) |
commit | da6401dab82928adc4e31eef15ca884c694ac161 (patch) | |
tree | 4371e1395c8634d86c63a0b5c2fb7e46c530b08c /PC/VS8.0 | |
parent | de802be00151337356f3da697a7b403db065d0da (diff) | |
download | cpython-da6401dab82928adc4e31eef15ca884c694ac161.zip cpython-da6401dab82928adc4e31eef15ca884c694ac161.tar.gz cpython-da6401dab82928adc4e31eef15ca884c694ac161.tar.bz2 |
Fix VS8.0 build by adding _time.h and _time.c to the 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 9edd99e..0896a79 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -943,6 +943,10 @@ > </File> <File + RelativePath="..\..\Include\_time.h" + > + </File> + <File RelativePath="..\..\Include\timefuncs.h" > </File> @@ -1167,6 +1171,10 @@ > </File> <File + RelativePath="..\..\Modules\_time.c" + > + </File> + <File RelativePath="..\..\Modules\timemodule.c" > </File> |