]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41070: Simplify pyshellext.dll build (GH-21037)
authorNikita Nemkin <nikita@nemkin.ru>
Tue, 23 Jun 2020 23:32:23 +0000 (04:32 +0500)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 23:32:23 +0000 (00:32 +0100)
commitbbf36e8903f8e86dcad8131c818e122537c30f9e
tree5035803018a68426c52c73a21f2a2abea41659f4
parent90ed8a6d71b2d6e0853c14e8e6f85fe730a4329a
bpo-41070: Simplify pyshellext.dll build (GH-21037)

Replace MIDL-generated file with manual GUID definition.
Use the same .def file for release and debug builds.
Update setup build to support latest toolset
PC/pyshellext.cpp
PC/pyshellext.def
PC/pyshellext.idl [deleted file]
PC/pyshellext_d.def [deleted file]
PCbuild/pyshellext.vcxproj
PCbuild/pyshellext.vcxproj.filters
Tools/msi/bundle/bootstrap/pythonba.vcxproj