Skip to content

Conversation

@zooba
Copy link
Member

@zooba zooba commented Jun 19, 2017

…n 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.

…n vcvarsall.bat (python#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.
if "%1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
if "%1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
if "%1" EQU "--pgo" (set PGO=%~2) && shift && shift && goto CheckOpts
if "%1" EQU "--skip-pgo" (set PGO=) && shift && goto CheckOpts
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be noted that --skip-pgo is still the default for 3.5 (see the set PGO= higher up in this file).

@zooba zooba merged commit 2c899cc into python:3.5 Jun 19, 2017
@zooba zooba deleted the bpo-30687-3.5 branch June 19, 2017 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants