This is a Waf build system with experimental tools developed for FWGS projects.
This repo is focused on developing our own tools, testing them, syncing with upstream and maybe sending back patches to original Waf in future.
We add some additional tools from original Waf extras and prelude to load waifulib is added.
To build use build-waf.sh
shell script
$ sh run-tests.sh
If it succeded, then tests are not failed.
build-waf.sh
creates two waf binaries.
waf-ext
as a prebuilt waf binary with stable tools.waf-noext
as a prebuilt vanilla waf binary, only with waifulib preloader.
They published to GitHub Releases as well.
You may need to create scripts/waifulib
folder where you will place waf
binary.
Depending on your needs, copy modules from our scripts/waifulib
folder to yours.