Main Content
removePrebuildTool
Class: coder.make.ToolchainInfo
Namespace: coder.make
Remove prebuild build tool
Syntax
h.removePrebuildTool(bldtl_name)
Description
removes the named build tool from h
.removePrebuildTool(bldtl_name
)PrebuildTools
.
Input Arguments
Examples
If you have an example coder.make.ToolchainInfo.PrebuildTools
object that contains a BuildTool
object such as copyFiles
:
h.PrebuildTools
ans = # ---------------------- # "PrebuildTools" List # ---------------------- copyFiles = <coder.make.BuildTool>
h.removePrebuildTool('copyFiles')
Version History
Introduced in R2013a