[waf] Disable waf in favor of cmake for the time being.

personal/stbuehler/wip
Thomas Porzelt 14 years ago
parent 1703b67409
commit 92cef121fd

@ -34,6 +34,9 @@ def set_options(opt):
def configure(conf):
opts = Options.options
conf.check_message_2('The waf build system has been disabled, please use cmake for the time being.', 'RED')
sys.exit(1)
conf.define('APPNAME', APPNAME)
conf.define('VERSION', VERSION)

Loading…
Cancel
Save