Waf build system with additional experimental tools by FWGS
Go to file
Alibek Omarov 2d1f23b08a
travis: fix matrix for build stages
2019-10-18 01:18:48 +03:00
scripts travis: deploy waf to gh releases 2019-10-18 01:02:48 +03:00
tests tests: filter_cflags: fix forgotten opt.load('compiler_c') 2019-10-11 07:07:37 +03:00
wafsrc@fbee1a19d2 waf: upgrade to latest waf revision 2019-10-15 00:52:01 +03:00
.gitignore gitignore: update 2019-06-07 02:19:45 +03:00
.gitmodules waifulib: initial copy from engine and android project 2019-06-01 20:49:13 +03:00
.travis.yml travis: fix matrix for build stages 2019-10-18 01:18:48 +03:00
README.md readme: update [ci skip] 2019-06-07 02:44:28 +03:00
build-waf.sh build-waf: fix waifulib path error in prelude 2019-06-07 02:19:32 +03:00
run-tests.sh run-tests.sh: spew config.log on error 2019-10-11 07:16:25 +03:00
wscript Add waf buildscript, a reference waf build, that can be copied to any FWGS project, make env names for subproject more complex to avoid collision, add subproject test 2019-06-01 20:51:23 +03:00

README.md

Waifu Build System

This is a Waf build system with some experimental modules developed for FWGS projects.

This repo is focused on developing our own modules, testing them, syncing with upstream and maybe sending back patches to original Waf in future.

Build

We add some additional tools from original Waf extras and prelude to load waifulib is added.

To build use build-waf.sh shell script

Running tests

$ sh run-tests.sh

If it succeded, then tests are not failed.

Using in your project

There is two prebuilt waf binaries, to those who don't want build by themselves.

  1. waf-ext as a prebuilt waf binary with some of our modules
  2. waf-noext as a prebuilt vanilla waf binary, only with line of code, to preload waifulib

Then you 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.