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
all.gyp
detect_v8_host_arch.py
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
gyp_v8 deps: upgrade V8 to 4.5.103.24 2015-09-06 21:39:01 +10:00
gyp_v8.py
landmine_utils.py
landmines.py
OWNERS
README.txt
shim_headers.gypi
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.