nasm¶
Nasm tool (asm processing)
-
waflib.Tools.nasm.apply_nasm_vars(self)[source]¶ Task generator method
- provided for compatibility
feature: asm
-
waflib.Tools.nasm.feature(*k)¶ Decorator that registers a task generator method that will be executed when the object attribute
featurecontains 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
Features defined in this module: