Ryan Dahl
879eb16280
Have WAF variants match GYP configuration names
13 years ago
Brian White
612875765d
Addons should not -DEV_MULTIPLICITY=0
Fixes #1229
Fixes #1332
13 years ago
Bert Belder
1d0193a733
Wafadmin: don't even think about using msvc
14 years ago
Ryan Dahl
aef0d8086b
Add lfs flags to node addon script
14 years ago
Jérémy Lal
4be4b5f6f4
lib/node, not lib/nodejs !
15 years ago
Jérémy Lal
a7e1efc5bd
Environment variables NODE_PREFIX, NODE_PATH in node-waf
Those variables have following defaults :
- NODE_PREFIX is relative to the current path of the node_addon.py file
It is used as the base path of node include files.
- NODE_PATH is ~/.node_libraries
It's where modules are installed when calling `node-waf install`
Note .js files must be explicitely installed by the module's wscript.
Usage :
NODE_PREFIX=/usr/local NODE_PATH=~/.node_libraries node-waf configure
15 years ago
Ryan Dahl
3d948d85ce
Remove a bunch of useless waf files
15 years ago
Brian McKenna
431e72cbe8
Make addon building work for Cygwin.
15 years ago
Ryan Dahl
2fa4de001c
addons should have debugging symbols
15 years ago
Ryan Dahl
6e715b82d0
Upgrade Waf to 1.5.16
15 years ago
Ryan Dahl
01f7d4484e
Upgrade to WAF 1.5.15
15 years ago
Ryan Dahl
5809483b78
Upgrade waf to 1.5.14a
15 years ago
Ryan Dahl
e898c1f2e3
Upgrade WAF to 1.5.14
15 years ago
Ryan Dahl
a73227bf28
Upgrade waf to 1.5.10
15 years ago
Ryan Dahl
e7d0dcee10
Use bundle flags for osx in node-waf
15 years ago
Ryan Dahl
7b8842b619
Modify node_addon configure api
15 years ago
Ryan Dahl
39e6d959d7
Add node-waf to help with building addons.
15 years ago
Ryan Dahl
84d2966377
Use waf-light instead of waf
This way there won't be strange tools/.waf-12343 directories hanging about.
All that waf needs to run is inside the tools/wafadmin directory.
15 years ago