WAF: as suggested by George, add a bunch of helper waf scripts that call the toplevel waf script, so that it is possible to compile with ./waf from emacs regardless of which buffer you are visiting (the other alternative is to install waf system wide and run 'waf'.

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-09-08 19:24:39 +01:00
parent 0147e59899
commit 0824ceacd9
14 changed files with 13 additions and 2 deletions

1
src/node/waf vendored Executable file
View File

@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../waf "$@"