summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorGregory Szorc <gregory.szorc@gmail.com>2019-01-08 01:27:18 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2019-01-08 01:27:18 (GMT)
commitfbf50683b3a2301097d5cd48bc68b530c1e1720f (patch)
tree633b731a85e5525b30020aff80e513cd21e3175d /PCbuild/pythoncore.vcxproj
parentddd7c422fd89a053700f9ed5272cf732ccb09088 (diff)
downloadcpython-fbf50683b3a2301097d5cd48bc68b530c1e1720f.zip
cpython-fbf50683b3a2301097d5cd48bc68b530c1e1720f.tar.gz
cpython-fbf50683b3a2301097d5cd48bc68b530c1e1720f.tar.bz2
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.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index ddf7f49..f33cdb5 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -247,7 +247,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" />