]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)
authorSteve Dower <steve.dower@python.org>
Fri, 28 Jan 2022 16:48:06 +0000 (16:48 +0000)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 16:48:06 +0000 (16:48 +0000)
commit45faf151c693b6f13f78926761caea6df7242024
tree8e45001c8431c55aba7a03015e8e449361b3d4c0
parentdb77bcd6092f3c174ae855522411ab83854d65a8
bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)

Also makes a few general improvements to the build process and removes some dead code.
47 files changed:
.azure-pipelines/windows-release.yml
.azure-pipelines/windows-release/msi-steps.yml
.azure-pipelines/windows-release/stage-publish-nugetorg.yml
.azure-pipelines/windows-release/stage-publish-pythonorg.yml
.azure-pipelines/windows-release/stage-test-msi.yml
.github/workflows/build_msi.yml
Misc/NEWS.d/next/Windows/2022-01-25-14-48-39.bpo-33125.5WyY_J.rst [new file with mode: 0644]
PCbuild/openssl.props
PCbuild/tcltk.props
Tools/msi/appendpath/appendpath.wxs
Tools/msi/build.bat
Tools/msi/buildrelease.bat
Tools/msi/bundle/Default.ARM64.xsl [new file with mode: 0644]
Tools/msi/bundle/Default.thm
Tools/msi/bundle/Default.wxl
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
Tools/msi/bundle/bootstrap/pythonba.vcxproj
Tools/msi/bundle/bundle.targets
Tools/msi/bundle/bundle.wxs
Tools/msi/core/core.wxs
Tools/msi/core/core_d.wxs
Tools/msi/core/core_pdb.wxs
Tools/msi/dev/dev.wxs
Tools/msi/dev/dev_d.wxs
Tools/msi/doc/doc.wxs
Tools/msi/exe/exe.wxs
Tools/msi/exe/exe_d.wxs
Tools/msi/exe/exe_pdb.wxs
Tools/msi/get_externals.bat
Tools/msi/launcher/launcher.wxs
Tools/msi/lib/lib.wxs
Tools/msi/lib/lib_d.wxs
Tools/msi/lib/lib_pdb.wxs
Tools/msi/msi.props
Tools/msi/msi.targets
Tools/msi/path/path.wxs
Tools/msi/pip/pip.wxs
Tools/msi/purge.py
Tools/msi/tcltk/tcltk.wxs
Tools/msi/tcltk/tcltk_d.wxs
Tools/msi/tcltk/tcltk_pdb.wxs
Tools/msi/test/test.wxs
Tools/msi/test/test_d.wxs
Tools/msi/test/test_pdb.wxs
Tools/msi/tools/tools.wxs
Tools/msi/ucrt/ucrt.wxs
Tools/msi/wix.props