Class: coder.make.ToolchainInfo
Package: coder.make
Remove prebuild build tool
h.removePrebuildTool(bldtl_name)
removes the named build tool from h
.removePrebuildTool(bldtl_name
)PrebuildTools
.
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')