getPostbuildTool
クラス: coder.make.ToolchainInfo
名前空間: coder.make
ポストビルド BuildTool オブジェクトの取得
構文
bldtl_handle = h.getPostbuildTool(bldtl_name)
説明
は名前付き bldtl_handle = h.getPostbuildTool(bldtl_name)BuildTool オブジェクトを PostbuildTool から取得し、このオブジェクトにハンドルを返します。
入力引数
出力引数
例
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 で導入