node/deps/v8/build
Stefan Budeanu bb2fdf58f7 build: cherry pick V8 change for windows DLL support
Ref: https://github.com/nodejs/node/pull/9385
PR-URL: https://github.com/nodejs/node/pull/8084
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-11-18 15:08:57 -05:00
..
mac deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
all.gyp deps: upgrade v8 to 3.30.37 2014-11-14 16:34:58 +01:00
detect_v8_host_arch.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
features.gypi deps: upgrade V8 to 4.5.103.33 2015-09-15 13:53:37 -04:00
get_landmines.py deps: upgrade V8 to 4.5.103.24 2015-09-06 21:39:01 +10:00
gyp_environment.py deps: update v8 to 4.3.61.21 2015-08-04 11:56:09 -07:00
gyp_v8 deps: upgrade V8 to 4.5.103.24 2015-09-06 21:39:01 +10:00
gyp_v8.py deps: update v8 to 3.24.40 2014-03-13 20:56:54 +04: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: upgrade V8 to 4.5.103.24 2015-09-06 21:39:01 +10:00
toolchain.gypi build: cherry pick V8 change for windows DLL support 2016-11-18 15:08:57 -05: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.