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