Skip to content

Waifu Build System 1.1.0

Compare
Choose a tag to compare
@a1batross a1batross released this 28 Feb 11:19
· 29 commits to master since this release

FWGS's custom tools collection to waf build system is released as 1.1.0.

Changes from original Waf by ita1024:

  • Based on Waf 2.0.22
  • msvcfix.py: tool was removed, as upstream now has msvc_pdb
  • cxx11.py: fixed C++11 detection in some cases
  • reconfigure.py: fixed incorrect behaviour when bldnode isn't default
  • enforce_pic.py: new tool to enforce or remove -fPIC
  • msdev.py: fix AttributeError for static libraries
  • fwgslib.py: add support for specifying compiler version
  • strip_on_install.py: add --strip-to-file option, disable strip by default