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

GitHub noreply at github.com
Mon Jun 19 14:32:36 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 2c899ccffda92a7f3d4e7a01f14a666504db07b5
      https://github.com/python/cpython/commit/2c899ccffda92a7f3d4e7a01f14a666504db07b5
  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) (#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.




More information about the Python-checkins mailing list