Implement --define and --undefine options in waf.
Eliminates a longstanding to-do item. Note that if you say --define=FOO=23 the integer literal 23 will be generated into the config file, whereas --define=FOO=qux will #define FOO to the string literal "qux".
Loading
Please register or sign in to comment