summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-06-16 23:05:06 +0000
committerVictor Stinner <victor.stinner@haypocalc.com>2010-06-16 23:05:06 +0000
commit8299cfe0bc16d48f81242a6ac141d5b927b0c050 (patch)
tree4a9bc4628032ab9ae08d1f289cde476e35bfb1f6 /PCbuild
parent604f347904b886a7e25130dd3fc1637de34b7912 (diff)
downloadcpython-8299cfe0bc16d48f81242a6ac141d5b927b0c050.tar.gz
Issue #9012: Add _time.c and _time.h to the Visual Studio project file
Add these new files, added by r82034, to the pythoncore project.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 2388a71722..6beb3c5f85 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -1040,6 +1040,14 @@
>
</File>
<File
+ RelativePath="..\Modules\_time.c"
+ >
+ </File>
+ <File
+ RelativePath="..\Modules\_time.h"
+ >
+ </File>
+ <File
RelativePath="..\Modules\_weakref.c"
>
</File>