2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 18:07:12 +01:00
This commit is contained in:
Thomas Nagy 2011-10-16 13:15:21 +02:00
parent 71efd9b435
commit 76c8ff8126

View File

@ -83,3 +83,7 @@ def init(ctx):
# class tmp(y): # class tmp(y):
# variant = 'debug' # variant = 'debug'
# you may also set 'win32/debug' instead of 'debug' (waf 1.6.9)
# the commands will be "build_win32/debug" or "build_win32/release"
# in this case you may want to modify Options.commands in this "init" function