Main Content
setPrebuildTool
Class: coder.make.ToolchainInfo
Namespace: coder.make
Assign BuildTool
object to named PrebuildTool
in PrebuildTools
Syntax
h.setPrebuildTool(bldtl_name, bldtl_handle)
Description
assigns a h
.setPrebuildTool(bldtl_name
, bldtl_handle
)BuildTool
object to the named build tool in coder.make.ToolchainInfo.PrebuildTools.
Input Arguments
Examples
h = coder.make.ToolchainInfo; bt = coder.make.BuildTool('examplename'); h.addPrebuildTool('toolname'); h.setPrebuildTool('toolname',bt)
Version History
Introduced in R2013a