Nathan Rajlich
39ce94276a
addon: use absolute paths for the node include dirs
...
This fixes running gyp_addon from across filesystems on Windows.
This is essentially a gyp bug where it's not relativizing properly
across filesystems. See TooTallNate/node-gyp#15 for the gory details.
2012-03-05 22:53:16 +01:00
Nathan Rajlich
d4ccdeaf00
build: use -fPIC for native addons on UNIX
...
No -fPIC on 32 bits Linux but do enable for the other UNIX flavors.
2012-02-09 14:34:30 +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
Shigeki Ohtsu
a993d22c0f
build: set product_prefix to empty for Linux
2012-01-05 16:50:44 +01:00
Ryan Dahl
18b92201be
Support addons with gyp
...
Initial pass.
2011-12-20 22:03:35 -08:00