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

GitHub noreply at github.com
Mon Jun 19 13:34:27 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 40a23e88994aca92c83c8e84ab8b8cdc11d7ec54
      https://github.com/python/cpython/commit/40a23e88994aca92c83c8e84ab8b8cdc11d7ec54
  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)

* 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