node/deps/v8/build
Stefan Budeanu cc189370dd deps: cherry-pick 6f68f30 from v8 upstream
Original commit message:

[build] Add force_dynamic_crt option to build a static library with /…
…MD on windows

Adds option to build a V8 library statically, but with the options on
windows that allows it to be subsequently included in another DLL. On
Windows this is required for it to correclty link against the correct
C++ runtime. Require for our Node.js shared library build.

Reference:  nodejs/node#7487

BUG=
R=machenbach@chromium.org, michael_dawson@ca.ibm.com

Committed: https://crrev.com/9cf88c1c364cf76c1e745aa63196768435e8ef5d
Review-Url: https://codereview.chromium.org/2149963002
Cr-Original-Commit-Position: refs/heads/master@{#37814}
Cr-Commit-Position: refs/heads/master@{#37856}

PR-URL: https://github.com/nodejs/node/pull/7802
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2016-08-04 13:06:01 -04:00
..
config/win deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
mac deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
all.gyp deps: upgrade V8 to 5.0.71.32 2016-04-14 10:03:39 -07:00
coverage_wrapper.py deps: update V8 to 5.1.281.69 2016-06-29 09:04:28 +02:00
detect_v8_host_arch.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
download_gold_plugin.py deps: upgrade V8 to 4.7.80.24 2015-12-04 00:06:01 -08:00
features.gypi deps: upgrade to V8 4.9.385.18 2016-03-03 20:35:20 -08:00
get_landmines.py deps: update V8 to 5.1.281.69 2016-06-29 09:04:28 +02:00
gyp_environment.py deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
gyp_v8 deps: upgrade to V8 4.8.271.17 2016-01-21 16:53:58 -08:00
gyp_v8.py deps: update v8 to 3.24.40 2014-03-13 20:56:54 +04:00
has_valgrind.py deps: upgrade V8 to 5.0.71.32 2016-04-14 10:03:39 -07:00
isolate.gypi deps: update V8 to 5.1.281.69 2016-06-29 09:04:28 +02:00
landmine_utils.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
landmines.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
OWNERS deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
README.txt deps: upgrade v8 to 3.18.4 2013-04-29 22:35:21 +02:00
shim_headers.gypi v8: upgrade to v3.20.2 2013-07-06 16:53:06 +02:00
standalone.gypi deps: update V8 to 5.1.281.69 2016-06-29 09:04:28 +02:00
toolchain.gypi deps: cherry-pick 6f68f30 from v8 upstream 2016-08-04 13:06:01 -04:00
vs_toolchain.py deps: upgrade V8 to 5.0.71.32 2016-04-14 10:03:39 -07:00

For build instructions, please refer to:

https://code.google.com/p/v8/wiki/BuildingWithGYP

TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.