getPostbuildTool
获取后编译 BuildTool 对象
语法
bldtl_handle = h.getPostbuildTool(bldtl_name)
说明
从 bldtl_handle = h.getPostbuildTool(bldtl_name)PostbuildTool 获取命名的 BuildTool 对象并返回该对象的句柄。
输入参数
输出参量
示例
h.getPostbuildTool('Download')
ans =
##############################################
# Build Tool: Download
##############################################
Language : ''
OptionsRegistry : {'Download','DOWNLOAD_FLAGS'}
InputFileExtensions : {}
OutputFileExtensions : {}
DerivedFileExtensions : {}
SupportedOutputs : {coder.make.enum.BuildOutput.EXECUTABLE}
CommandPattern : '|>TOOL<| |>TOOL_OPTIONS<|'
# ---------
# Command
# ---------
DOWNLOAD =
DOWNLOAD_PATH =
# ------------
# Directives
# ------------
(none)
# -----------------
# File Extensions
# -----------------
(none)版本历史记录
在 R2013a 中推出