Main Content
removePostbuildTool
Class: coder.make.ToolchainInfo
Namespace: coder.make
Remove postbuild build tool
Syntax
h.removePostbuildTool(bldtl_name)
Description
removes the named build tool from h
.removePostbuildTool(bldtl_name
)PostbuildTools
.
Input Arguments
Examples
h.addPostbuildTool('copier');
h.PostbuildTools
ans = # ----------------------- # "PostbuildTools" List # ----------------------- copier = <coder.make.BuildTool> Download = <coder.make.BuildTool> Execute = <coder.make.BuildTool>
h.removePostbuildTool('copier')
Version History
Introduced in R2013a