Waf build system with additional experimental tools by FWGS
Go to file
Alibek Omarov 997846eaeb build-waf: fix mistyped module name, add color_msvc 2019-06-02 10:41:04 +03:00
scripts/waifulib 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
tests tests: add test for gitversion and conan 2019-06-02 10:16:24 +03:00
wafsrc@e902e7a505 waifulib: initial copy from engine and android project 2019-06-01 20:49:13 +03:00
.gitignore 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
.gitmodules waifulib: initial copy from engine and android project 2019-06-01 20:49:13 +03:00
README.md readme: update 2019-06-01 20:56:52 +03:00
build-waf.sh build-waf: fix mistyped module name, add color_msvc 2019-06-02 10:41:04 +03:00
waf 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
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 fork of Waf build system. It's not a complete build system, though.

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.

You can use build-waf.sh shell script(TODO: move to wscript) either prebuilt waf from this root repo

Running tests

They are enabled by default. Just run:

$ waf configure build

If it succeded, then tests are not failed.

Using in your project

Copy scripts and generated/prebuilt waf file to your project