[Python-checkins] [python/cpython] 06d6e3: bpo-30687: Fixes build scripts to find msbuild.exe...

GitHub noreply at github.com
Mon Jun 19 14:12:58 EDT 2017


  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 (Mon, 19 Jun 2017)

  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.




More information about the Python-checkins mailing list