diff options
author | Victor Stinner <vstinner@wyplay.com> | 2012-03-13 16:42:18 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@wyplay.com> | 2012-03-13 16:42:18 (GMT) |
commit | 87adda502ae0cd113215a1b6800fcb5f88ef394b (patch) | |
tree | fe6dfb14f720d0319f1665ca2d9b932b46efb8bc /PCbuild/pythoncore.vcproj | |
parent | d528b01a718c46c57977fc1b6a3d805ef65f852a (diff) | |
download | cpython-87adda502ae0cd113215a1b6800fcb5f88ef394b.zip cpython-87adda502ae0cd113215a1b6800fcb5f88ef394b.tar.gz cpython-87adda502ae0cd113215a1b6800fcb5f88ef394b.tar.bz2 |
Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 8b908aa..849e746 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1055,14 +1055,6 @@ >
</File>
<File
- RelativePath="..\Modules\_time.c"
- >
- </File>
- <File
- RelativePath="..\Modules\_time.h"
- >
- </File>
- <File
RelativePath="..\Modules\_weakref.c"
>
</File>
|