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

Windows MSVC: Define vcvars in mach.bat #12956

Merged
merged 1 commit into from Aug 22, 2016
Merged

Conversation

@UK992
Copy link
Contributor

UK992 commented Aug 20, 2016

Define vcvars for msvc build, if they have not yet been. If vcvars not exist, show message that visual studio 2015 is not installed and where to download it.
Fixes #12948


This change is Reviewable

mach.bat Outdated
IF EXIST "%ProgramFiles(x86)%" (
call "%VS_VCVARS%" x64
) ELSE (
call "%VS_VCVARS%" x86

This comment has been minimized.

@metajack

metajack Aug 22, 2016

Contributor

Do we even support 32bit windows? I thought we were 64bit only.

@metajack
Copy link
Contributor

metajack commented Aug 22, 2016

This is great, but I think we need to bail if we aren't on a 64bit system.

@UK992 UK992 force-pushed the UK992:msvc-vcvars branch from 2905f06 to 516676a Aug 22, 2016
@UK992
Copy link
Contributor Author

UK992 commented Aug 22, 2016

done.

@metajack
Copy link
Contributor

metajack commented Aug 22, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Aug 22, 2016

📌 Commit 516676a has been approved by metajack

@bors-servo
Copy link
Contributor

bors-servo commented Aug 22, 2016

Testing commit 516676a with merge 7aa0071...

bors-servo added a commit that referenced this pull request Aug 22, 2016
Windows MSVC: Define vcvars in mach.bat

Define vcvars for msvc build, if they have not yet been. If vcvars not exist, show message that visual studio 2015 is not installed and where to download it.
Fixes #12948

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12956)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 22, 2016

@bors-servo bors-servo merged commit 516676a into servo:master Aug 22, 2016
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Copy link

naughtywoods23 left a comment

works

@UK992 UK992 deleted the UK992:msvc-vcvars branch Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

6 participants
You can’t perform that action at this time.