]> 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 17:34:25 +0000 (10:34 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2017 17:34:25 +0000 (10:34 -0700)
commit40a23e88994aca92c83c8e84ab8b8cdc11d7ec54
tree5a04457af0c0d4be563bf1c153059564bc19c516
parenteb81795d7d3a8c898fa89a376d63fc3bbfb9a081
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252)

* 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