Changeset 21ee7097f1a5fc9256d77edc6dcf8ab5d80f948d
- Timestamp:
- 04/28/10 21:17:19 (4 months ago)
- Author:
- Paul Brossier <piem@piem.org>
- Parents:
- ead03dd46aa6fe26fce516d06939cf19f0bb11e2
- Children:
- 883deec0750e48614b0d1ef92ae07ab3c4d750f8
- git-committer:
- Paul Brossier <piem@piem.org> / 2010-04-28T21:17:19Z+0200
- Message:
-
wscript: added some pointers about waf
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
re3cf37
|
r21ee70
|
|
| 1 | 1 | #! /usr/bin/python |
| 2 | 2 | # |
| | 3 | # waf build script, see http://code.google.com/p/waf/ |
| | 4 | # usage: |
| | 5 | # $ waf distclean configure build |
| | 6 | # get it: |
| | 7 | # $ svn co http://waf.googlecode.com/svn/trunk /path/to/waf |
| | 8 | # $ alias waf=/path/to/waf/waf-light |
| | 9 | # |
| | 10 | # TODO |
| 3 | 11 | # - doc: add doxygen |
| 4 | 12 | # - tests: move to new unit test system |