Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.5] bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat #2281

Merged
merged 1 commit into from Jun 19, 2017

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.
@@ -57,6 +57,7 @@ if "%1" EQU "--build" (set TARGET=Build) && shift && goto CheckOpts
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.

None yet

2 participants