summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-08-01 21:50:38 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-08-01 21:50:38 (GMT)
commitda6401dab82928adc4e31eef15ca884c694ac161 (patch)
tree4371e1395c8634d86c63a0b5c2fb7e46c530b08c /PC/VS8.0
parentde802be00151337356f3da697a7b403db065d0da (diff)
downloadcpython-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.vcproj8
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>