diff --git a/demos/variants/wscript b/demos/variants/wscript index c6cae6b9..ae643542 100644 --- a/demos/variants/wscript +++ b/demos/variants/wscript @@ -83,3 +83,7 @@ def init(ctx): # class tmp(y): # 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 +