summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-02-02 16:46:12 -0800
committerGitHub <noreply@github.com>2019-02-02 16:46:12 -0800
commitcba16b748c286261b5bc45e6ff3c26aea2373f43 (patch)
treed69e2d192f4dac59f301554a17db09f88c0478da /PCbuild
parent81eda28382168bfea48bb1a352954ea90aadd4ca (diff)
downloadcpython-git-cba16b748c286261b5bc45e6ff3c26aea2373f43.tar.gz
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
This module is built by _asyncio.vcxproj and does not need to be included in pythoncore. (cherry picked from commit fbf50683b3a2301097d5cd48bc68b530c1e1720f) Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcxproj1
-rw-r--r--PCbuild/pythoncore.vcxproj.filters3
2 files changed, 0 insertions, 4 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 2ee88225b6..a56fb7a9cc 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -229,7 +229,6 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\Modules\_abc.c" />
- <ClCompile Include="..\Modules\_asynciomodule.c" />
<ClCompile Include="..\Modules\_bisectmodule.c" />
<ClCompile Include="..\Modules\_blake2\blake2module.c" />
<ClCompile Include="..\Modules\_blake2\blake2b_impl.c" />
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index b51fd54f8b..a86408be9f 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -1016,9 +1016,6 @@
<ClCompile Include="..\PC\_findvs.cpp">
<Filter>PC</Filter>
</ClCompile>
- <ClCompile Include="..\Modules\_asynciomodule.c">
- <Filter>Modules</Filter>
- </ClCompile>
<ClCompile Include="..\Modules\_contextvarsmodule.c">
<Filter>Modules</Filter>
</ClCompile>