summaryrefslogtreecommitdiffstats
path: root/build_custom_waf.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-27 19:46:10 +0000
committerDavid Robillard <d@drobilla.net>2011-03-27 19:46:10 +0000
commit7d2d0fb683240a99faf2c5bd2db00d679e8052cb (patch)
treeedb9e2bb268eb40a301316298b538aaa336df0df /build_custom_waf.sh
parent0e96f09c3c379d75c301a0b0aa283682df8f2e95 (diff)
downloadautowaf-7d2d0fb683240a99faf2c5bd2db00d679e8052cb.tar.gz
autowaf-7d2d0fb683240a99faf2c5bd2db00d679e8052cb.tar.bz2
autowaf-7d2d0fb683240a99faf2c5bd2db00d679e8052cb.zip
Add custom waf building script.
git-svn-id: http://svn.drobilla.net/autowaf@38 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa
Diffstat (limited to 'build_custom_waf.sh')
-rw-r--r--build_custom_waf.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build_custom_waf.sh b/build_custom_waf.sh
new file mode 100644
index 0000000..4cac451
--- /dev/null
+++ b/build_custom_waf.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Run this script from the waf source directory to build a custom waf script
+# which includes autowaf (and the other listed tools)
+
+./waf-light -v --make-waf --tools=doxygen,swig,gnu_dirs,/path/to/autowaf/autowaf.py --prelude='' \ No newline at end of file