From 7d2d0fb683240a99faf2c5bd2db00d679e8052cb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Mar 2011 19:46:10 +0000 Subject: Add custom waf building script. git-svn-id: http://svn.drobilla.net/autowaf@38 e2e4594f-ea7b-45dc-bc5a-5f5301e603aa --- build_custom_waf.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build_custom_waf.sh (limited to 'build_custom_waf.sh') 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 -- cgit v1.2.1