diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-22 19:05:02 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-22 19:05:02 (GMT) |
commit | c77d9f38c2e1435c2d20af353abbb624f2767ba6 (patch) | |
tree | 5ab3e9d1bc2d9cf07263e404992d5def15d56c3b /PCbuild | |
parent | 6ce8d17d02bf1e39265d6c77fe5a851cb38cefd6 (diff) | |
download | cpython-c77d9f38c2e1435c2d20af353abbb624f2767ba6.zip cpython-c77d9f38c2e1435c2d20af353abbb624f2767ba6.tar.gz cpython-c77d9f38c2e1435c2d20af353abbb624f2767ba6.tar.bz2 |
Issue #11016: Add C implementation of the stat module as _stat
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index bba98bb..5768b36 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -525,6 +525,7 @@ <ClCompile Include="..\Modules\sha256module.c" /> <ClCompile Include="..\Modules\sha512module.c" /> <ClCompile Include="..\Modules\signalmodule.c" /> + <ClCompile Include="..\Modules\_stat.c" /> <ClCompile Include="..\Modules\symtablemodule.c" /> <ClCompile Include="..\Modules\_threadmodule.c" /> <ClCompile Include="..\Modules\timemodule.c" /> @@ -678,4 +679,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |