Class: coder.make.ToolchainInfo
Package: coder.make
Add prebuild tool to PrebuildTools
h.addPrebuildTool(bldtl_name)
h.addPrebuildTool(bldtl_name, bldtl_handle)
creates
a h
.addPrebuildTool(bldtl_name
)BuildTool
object and adds it to the PrebuildTools
property.
adds an existing h
.addPrebuildTool(bldtl_name
, bldtl_handle
)BuildTool
object to the PrebuildTools
property.