commit | 79ee19f3db964733d4fe94184dbb65bc819c65ce | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jun 16 23:05:06 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Jun 16 23:05:06 2010 +0000 |
tree | 17bec5e97226d7efe21406f28bc02f29ec1c7ec9 | |
parent | d95a586d7760731c6c842a1bdfdbb572257bb8ed [diff] |
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.
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>