From 21ee7097f1a5fc9256d77edc6dcf8ab5d80f948d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 28 Apr 2010 21:17:19 +0200 Subject: [PATCH] wscript: added some pointers about waf --- wscript | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wscript b/wscript index d0850c00..7566b0f2 100644 --- a/wscript +++ b/wscript @@ -1,5 +1,13 @@ #! /usr/bin/python # +# waf build script, see http://code.google.com/p/waf/ +# usage: +# $ waf distclean configure build +# get it: +# $ svn co http://waf.googlecode.com/svn/trunk /path/to/waf +# $ alias waf=/path/to/waf/waf-light +# +# TODO # - doc: add doxygen # - tests: move to new unit test system -- 2.26.2