nasm¶
Nasm tool (asm processing)
- waflib.Tools.nasm.feature(*k)¶
Decorator that registers a task generator method that will be executed when the object attribute
feature
contains the corresponding key(s):from waflib.TaskGen import feature @feature('myfeature') def myfunction(self): print('that is my feature!') def build(bld): bld(features='myfeature')
- Parameters
k (list of string) – feature names
- waflib.Tools.nasm.apply_nasm_vars(self)[source]¶
Task generator method
- provided for compatibility
- feature
Features defined in this module: