0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools/wafadmin/Tools
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
2010-07-12 07:46:45 -07:00
..
__init__.py
ar.py
cc.py
ccroot.py
compiler_cc.py
compiler_cxx.py
compiler_d.py
config_c.py
cxx.py
d.py
dmd.py
gas.py
gcc.py
gdc.py
gnu_dirs.py
gob2.py
gxx.py
icc.py
icpc.py
intltool.py
libtool.py
misc.py
nasm.py
node_addon.py Environment variables NODE_PREFIX, NODE_PATH in node-waf 2010-07-12 07:46:45 -07:00
osx.py
preproc.py
python.py
suncc.py
suncxx.py
unittestw.py
winres.py
xlc.py
xlcxx.py