diff options
-rw-r--r-- | Misc/NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst | 1 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcxproj.filters | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst b/Misc/NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst new file mode 100644 index 0000000..9f6da31 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst @@ -0,0 +1 @@ +Remove asynciomodule.c from pythoncore.vcxproj 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" /> diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 77b018f..9dbd066 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -1073,9 +1073,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> |