getPrebuildTool
获取预编译 BuildTool 对象
语法
bldtl_handle = tc.getPrebuildTool(bldtl_name)
说明
从 bldtl_handle = tc.getPrebuildTool(bldtl_name)PrebuildTool 获取命名的 BuildTool 对象并将其赋给一个句柄。
输入参数
输出参量
示例
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)版本历史记录
在 R2013a 中推出