summaryrefslogtreecommitdiff
path: root/PC/VS8.0
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-08-01 21:50:38 +0000
committerRaymond Hettinger <python@rcn.com>2010-08-01 21:50:38 +0000
commit5b0ab4d249c4d78f25e66f9fc8d2a480dfefd870 (patch)
treebb06ad23449ba2ab2516fb6b9902979668e6dfce /PC/VS8.0
parent0f88ef317e315ce51e8fcf46d41e362c3ef9c9f1 (diff)
downloadcpython-5b0ab4d249c4d78f25e66f9fc8d2a480dfefd870.tar.gz
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 9edd99ea73..0896a791f2 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>