diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-23 13:50:45 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-23 13:50:45 (GMT) |
commit | 59b2401070fae8f0075b6876d3bde60498a3b56d (patch) | |
tree | 2a0f60131438aa449ad776c6a19a439c8e047eb6 /PCbuild/pythoncore.vcxproj | |
parent | c44ff863b871992e6a28b6087b7a81d3ff9f832c (diff) | |
download | cpython-59b2401070fae8f0075b6876d3bde60498a3b56d.zip cpython-59b2401070fae8f0075b6876d3bde60498a3b56d.tar.gz cpython-59b2401070fae8f0075b6876d3bde60498a3b56d.tar.bz2 |
Add _stat module to VS project file -- this time with the GUI instead of manually.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 5768b36..4882045 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -501,6 +501,7 @@ <ClCompile Include="..\Modules\_pickle.c" /> <ClCompile Include="..\Modules\_randommodule.c" /> <ClCompile Include="..\Modules\_sre.c" /> + <ClCompile Include="..\Modules\_stat.c" /> <ClCompile Include="..\Modules\_struct.c" /> <ClCompile Include="..\Modules\_weakref.c" /> <ClCompile Include="..\Modules\arraymodule.c" /> @@ -525,7 +526,6 @@ <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" /> @@ -679,4 +679,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |