waf/build_system_kit/overview
Thomas Nagy 44a967e326 Initial commit 2011-09-10 11:13:51 +02:00
..
README.txt Initial commit 2011-09-10 11:13:51 +02:00
bbdlib.py Initial commit 2011-09-10 11:13:51 +02:00
bbit Initial commit 2011-09-10 11:13:51 +02:00
create_it.sh Initial commit 2011-09-10 11:13:51 +02:00
main.c Initial commit 2011-09-10 11:13:51 +02:00

README.txt

See the corresponding entry on the waf blog:
http://waf-devel.blogspot.com/2010/12/make-your-own-build-system-with-waf.html

To create the build tool:
   ./create_it.sh

To use on the file bbit which creates a program out of main.c:
   ./bbd clean build

Enjoy your new build system! :-)