Class: coder.make.ToolchainInfo
Package: coder.make
Assign BuildTool
object to PostbuildTool
tool
in PostbuildTools
h.setPostbuildTool(bldtl_name, bldtl_handle)
assigns
a h
.setPostbuildTool(bldtl_name
, bldtl_handle
)BuildTool
object to the named build tool in coder.make.ToolchainInfo.PostbuildTools.
h = coder.make.ToolchainInfo; bt = coder.make.BuildTool('examplename') h.addPostbuildTool('toolname') h.setPostbuildTool('toolname',bt)