]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit - .gitignore
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)
authorPaul Monson <paulmon@users.noreply.github.com>
Thu, 14 Feb 2019 16:31:30 +0000 (08:31 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 14 Feb 2019 16:31:30 +0000 (08:31 -0800)
commit8a1657b93469580ef345c7c91738587f3d76e87d
tree153202aa02cbd97a4214a4a265b35662f2b9c76f
parentbb3c05d7efca8d23bf39bc2640297ba2598899f3
bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)

This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
46 files changed:
.gitignore
Misc/NEWS.d/next/Windows/2019-02-11-20-07-43.bpo-35976.toap7O.rst [new file with mode: 0644]
PC/pyconfig.h
PCbuild/_asyncio.vcxproj
PCbuild/_bz2.vcxproj
PCbuild/_ctypes.vcxproj
PCbuild/_ctypes_test.vcxproj
PCbuild/_decimal.vcxproj
PCbuild/_elementtree.vcxproj
PCbuild/_freeze_importlib.vcxproj
PCbuild/_hashlib.vcxproj
PCbuild/_lzma.vcxproj
PCbuild/_msi.vcxproj
PCbuild/_multiprocessing.vcxproj
PCbuild/_overlapped.vcxproj
PCbuild/_queue.vcxproj
PCbuild/_socket.vcxproj
PCbuild/_sqlite3.vcxproj
PCbuild/_ssl.vcxproj
PCbuild/_testbuffer.vcxproj
PCbuild/_testcapi.vcxproj
PCbuild/_testconsole.vcxproj
PCbuild/_testembed.vcxproj
PCbuild/_testimportmultiple.vcxproj
PCbuild/_testmultiphase.vcxproj
PCbuild/_tkinter.vcxproj
PCbuild/liblzma.vcxproj
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
PCbuild/pyexpat.vcxproj
PCbuild/pylauncher.vcxproj
PCbuild/pyproject.props
PCbuild/pyshellext.vcxproj
PCbuild/python.props
PCbuild/python.vcxproj
PCbuild/python3dll.vcxproj
PCbuild/pythoncore.vcxproj
PCbuild/pythonw.vcxproj
PCbuild/pywlauncher.vcxproj
PCbuild/select.vcxproj
PCbuild/sqlite3.vcxproj
PCbuild/unicodedata.vcxproj
PCbuild/venvlauncher.vcxproj
PCbuild/venvwlauncher.vcxproj
PCbuild/winsound.vcxproj
PCbuild/xxlimited.vcxproj