Main Content
addPrebuildTool
Class: coder.make.ToolchainInfo
Namespace: coder.make
Add prebuild tool to PrebuildTools
Syntax
h.addPrebuildTool(bldtl_name)
h.addPrebuildTool(bldtl_name, bldtl_handle)
Description
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.
Input Arguments
Version History
Introduced in R2013a