Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 06d6e3d0bb5b8a3d3105289034953a8014356a0b https://github.com/python/cpython/commit/06d6e3d0bb5b8a3d3105289034953a8014356a0b Author: Steve Dower <steve.dower at microsoft.com> Date: 2017年06月19日 (2017年6月19日) Changed paths: M Misc/NEWS M PC/bdist_wininst/bdist_wininst.vcxproj M PC/bdist_wininst/build.bat M PCbuild/build.bat A PCbuild/find_msbuild.bat M PCbuild/python.vcxproj M Tools/msi/build.bat M Tools/msi/buildrelease.bat M Tools/msi/uploadrelease.bat M Tools/nuget/build.bat Log Message: ----------- 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.