/
WAF - Pre/Post Processing
WAF - Pre/Post Processing
ERP Admin
Owned by ERP Admin
2019-05-27
Analytics
Loading data...
Q
Is it possible to include pre and post processing into the waf scripts?
A
waf script
def prebuild(bld): print os.listdir(os.getcwd() + "\\build\\" + bld.get_conditions()) print 'before the build is started' def postbuild(bld): print os.listdir(os.getcwd() + "\\build\\" + bld.get_conditions()) print 'after the build is complete' def build(bld): bld.add_pre_fun(prebuild) bld.add_post_fun(postbuild) bld.autorecurse()
See also...
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
, multiple selections available,
Related content
Memory Usage
Memory Usage
Read with this
Optimization and Debug Levels
Optimization and Debug Levels
More like this
How to build an application firmware(NAI) with Hilscher file header?
How to build an application firmware(NAI) with Hilscher file header?
Read with this
Software
Software
Read with this
FDL - Flash Device Label
FDL - Flash Device Label
Read with this