build: embed the mdb_v8.so into the binary
authorTimothy J Fontaine <tjfontaine@gmail.com>
Wed, 17 Jul 2013 20:46:25 +0000 (20:46 +0000)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Mon, 5 Aug 2013 21:19:29 +0000 (14:19 -0700)
commite851fef60f5368927ea0a6b7bfc984ef18e93d6f
treebcb994939157cc8eadddf841882755697e6f327f
parentf4b1e00071ce8f41acb75842f2df4a845f6ef531
build: embed the mdb_v8.so into the binary

This builds and includes the mdb_v8.so in the binary of node so mdb
can be sure to always use the latest version
configure
deps/mdb_v8/mdb_v8.c [new file with mode: 0644]
deps/mdb_v8/mdb_v8.gyp [new file with mode: 0644]
deps/mdb_v8/mdb_v8_cfg.c [new file with mode: 0644]
deps/mdb_v8/v8cfg.h [new file with mode: 0644]
deps/mdb_v8/v8dbg.h [new file with mode: 0644]
node.gyp
tools/mdb/extract_dmod.c [new file with mode: 0644]