]> granicus.if.org Git - python/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:12:56 +0000 (11:12 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2017 18:12:56 +0000 (11:12 -0700)
commit06d6e3d0bb5b8a3d3105289034953a8014356a0b
tree7b1731aaa5477b939eb6ba1f507790ef38df61da
parentacdf159b245aaac28f54dd10606911386ab39058
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) (#2280)

* 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