]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall...
authorSteve Dower <steve.dower@microsoft.com>
Mon, 19 Jun 2017 18:32:34 +0000 (11:32 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2017 18:32:34 +0000 (11:32 -0700)
commit2c899ccffda92a7f3d4e7a01f14a666504db07b5
tree98ee39da330d2a172b9a0e20b053e97dbef570d2
parenta601fcca3bf2061e43d4d2710a730536cf26327b
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2281)

* Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat
Also fixes bdist_wininst.vcxproj to use correct version in generated name.
Misc/NEWS
PC/bdist_wininst/bdist_wininst.vcxproj
PC/bdist_wininst/build.bat
PCbuild/build.bat
PCbuild/find_msbuild.bat [new file with mode: 0644]
PCbuild/python.vcxproj
Tools/msi/build.bat
Tools/msi/buildrelease.bat
Tools/msi/uploadrelease.bat
Tools/nuget/build.bat