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

vcbuild.bat: adding option static enabling the option --enable-static #12764

Closed
wants to merge 1 commit into from

Conversation

TonyRice
Copy link

@TonyRice TonyRice commented Apr 30, 2017

This simply adds a new (static) option within vcbuild.bat that allows you to easily add the --enable-static option to the visual studio build.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform. labels Apr 30, 2017
@addaleax
Copy link
Member

@nodejs/platform-windows

@refack
Copy link
Contributor

refack commented Apr 30, 2017

@TonyRice I edited the first comment. Removed a space so the checklist will be formatted correctly.

@gibfahn
Copy link
Member

gibfahn commented Apr 30, 2017

Please could you format your commit message according to the Contributing Guidelines?

Maybe something like this?

build: add static option to vcbuild.bat

Passes --enable-static to ./configure.

If you don't have time it can be rewritten by whoever lands this, but if you are going to help out more on the project (as I hope you do), then it saves work if you produce better commit messages.

Copy link
Member

@gibfahn gibfahn left a comment

Choose a reason for hiding this comment

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

LGTM I guess, though having to duplicate every configure option because we're running it inside vcbuild.bat seems pretty backwards.

@refack
Copy link
Contributor

refack commented Apr 30, 2017

@gibfahn I agree #12425 (we should all move to ninja)

@addaleax
Copy link
Member

addaleax commented May 3, 2017

Landed in e488857 with @gibfahn’s suggested commit message, thanks for the PR!

@addaleax addaleax closed this May 3, 2017
addaleax pushed a commit that referenced this pull request May 3, 2017
Passes --enable-static to ./configure.

PR-URL: #12764
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
anchnk pushed a commit to anchnk/node that referenced this pull request May 6, 2017
Passes --enable-static to ./configure.

PR-URL: nodejs#12764
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
@jasnell jasnell mentioned this pull request May 11, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
gibfahn pushed a commit that referenced this pull request Jun 18, 2017
Passes --enable-static to ./configure.

PR-URL: #12764
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
gibfahn pushed a commit that referenced this pull request Jun 20, 2017
Passes --enable-static to ./configure.

PR-URL: #12764
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jul 11, 2017
Passes --enable-static to ./configure.

PR-URL: #12764
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants