forked from mirror/waf
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44a967e326 | 13 years ago | |
---|---|---|
.. | ||
README.txt | 13 years ago | |
bbdlib.py | 13 years ago | |
bbit | 13 years ago | |
create_it.sh | 13 years ago | |
main.c | 13 years ago |
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! :-)