summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-06-22 21:05:02 +0200
committerChristian Heimes <christian@cheimes.de>2013-06-22 21:05:02 +0200
commit72b07094870495b6f6ff2497540508a8880048a9 (patch)
tree817af142321bb619056a7f68c0e14af7e86cd8d8 /PCbuild
parent17b1bfab437e5cb6c37cb0a97c256c0188f9e161 (diff)
downloadcpython-72b07094870495b6f6ff2497540508a8880048a9.tar.gz
Issue #11016: Add C implementation of the stat module as _stat
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index bba98bb258..5768b36864 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>