Waf build system with additional experimental tools by FWGS
Go to file
Alibek Omarov edbd1f5db2 gitignore: ignore binary waf 2019-10-18 03:01:04 +03:00
scripts waifulib: xcompile: fix AArch64 installation, fix including system headers 2019-10-18 02:59:21 +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: ignore binary waf 2019-10-18 03:01:04 +03:00
.gitmodules waifulib: initial copy from engine and android project 2019-06-01 20:49:13 +03:00
.travis.yml travis: fix upload script name, add badge to readme 2019-10-18 01:26:36 +03:00
README.md travis: fix upload script name, add badge to readme 2019-10-18 01:26:36 +03:00
build-waf.sh build-waf: add new stable tools strip_on_install, sdl2 and msvcfix 2019-10-18 03:00:27 +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

Build Status

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.