build: set up basic multi-arch/mode build
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 16 Oct 2014 15:10:33 +0000 (17:10 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 16 Oct 2014 20:39:30 +0000 (22:39 +0200)
commit5ec2b3fc3d2da83eed34645176c720fb2c4c4969
tree68a92eeca2532e401cb6c0acf4295b508fa4ea38
parent91b249262b174b9efa112070e1d749b3b0286387
build: set up basic multi-arch/mode build

Make `make -f Makefile.build ia32.release x64.debug` work.  It's not
perfect yet: it requires running `./configure` first and the generated
`config.gypi` is shared across builds.

PR-URL: https://github.com/node-forward/node/pull/24
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Makefile.build
common.gypi