Nathan Rajlich
1520c7bf5b
addon: add module_root_dir gyp variable
...
For native modules to use in their gyp files.
It gives the absolute path to the root of the module directory, i.e. where your
main binding.gyp file is located.
This seems helpful for some modules where the build system is more advanced and
using absolute paths is a requirement.
2012-03-05 22:39:12 +01:00
Nathan Rajlich
ba0892ba91
build: build addons into the "build" dir instead of "out"
...
This matches the old node-waf system. Having two different dirs for this stuff
is dumb.
2012-02-27 14:04:46 -08:00
Nathan Rajlich
3f1f2d1497
addon: write gyp generated files to the 'out' dir
2012-02-27 02:40:09 +01:00
Shigeki Ohtsu
58e5d69250
build: fix the case where config.gypi doesn't exist
2012-02-23 14:11:26 +01:00
Shigeki Ohtsu
680d75af34
build: make default_configuration consistent with BUILDTYPE
2012-02-23 14:11:26 +01:00
Nathan Rajlich
5e1471c806
gyp_addon: link with node.lib on Windows
...
Closes GH-2685
2012-02-06 19:02:45 +01:00
Ryan Dahl
1afd0b52fe
Revert "gyp: install node-gyp"
...
No.
This reverts commit 3d1476a316
.
2012-01-16 14:07:35 -08:00
Fedor Indutny
3d1476a316
gyp: install node-gyp
...
* fixes #2480
2012-01-17 02:44:26 +06:00
Ryan Dahl
18b92201be
Support addons with gyp
...
Initial pass.
2011-12-20 22:03:35 -08:00