diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-16 23:05:06 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-16 23:05:06 (GMT) |
commit | 79ee19f3db964733d4fe94184dbb65bc819c65ce (patch) | |
tree | 17bec5e97226d7efe21406f28bc02f29ec1c7ec9 /PCbuild | |
parent | d95a586d7760731c6c842a1bdfdbb572257bb8ed (diff) | |
download | cpython-79ee19f3db964733d4fe94184dbb65bc819c65ce.zip cpython-79ee19f3db964733d4fe94184dbb65bc819c65ce.tar.gz cpython-79ee19f3db964733d4fe94184dbb65bc819c65ce.tar.bz2 |
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.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 2388a71..6beb3c5 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> |