Main Content
getPrebuildTool
Class: coder.make.ToolchainInfo
Namespace: coder.make
Get prebuild BuildTool
object
Syntax
bldtl_handle = tc.getPrebuildTool(bldtl_name)
Description
gets the named bldtl_handle
= tc.getPrebuildTool(bldtl_name
)BuildTool
object from PrebuildTool
and assigns it to a handle.
Input Arguments
Output Arguments
Examples
h.getPrebuildTool('Copy Tool')
ans = ############################################## # Build Tool: Copy Tool ############################################## Language : '' OptionsRegistry : {'Copy','COPY_FLAGS'} InputFileExtensions : {} OutputFileExtensions : {} DerivedFileExtensions : {} SupportedOutputs : {coder.make.enum.BuildOutput.EXECUTABLE} CommandPattern : '|>TOOL<| |>TOOL_OPTIONS<|' # --------- # Command # --------- COPY = COPY_PATH = # ------------ # Directives # ------------ (none) # ----------------- # File Extensions # ----------------- (none)
Version History
Introduced in R2013a