getBuildTool
クラス: coder.make.ToolchainInfo
名前空間: coder.make
BuildTool オブジェクトの取得
構文
bldtl_handle = h.getBuildTool(bldtl_name)
説明
は指定された名前の bldtl_handle = h.getBuildTool(bldtl_name)BuildTool オブジェクトを返します。
入力引数
出力引数
例
bldtl_handle = h.getBuildTool('C Compiler')
bldtl_handle =
##############################################
# Build Tool: Intel C Compiler
##############################################
Language : 'C'
OptionsRegistry : {'C Compiler','CFLAGS'}
InputFileExtensions : {'Source'}
OutputFileExtensions : {'Object'}
DerivedFileExtensions : {'|>OBJ_EXT<|'}
SupportedOutputs : {'*'}
CommandPattern : '|>TOOL<| |>TOOL_OPTIONS<| |>OUTPUT_FLAG<||>OUTPUT<|'
# ---------
# Command
# ---------
CC = icl
CC_PATH =
# ------------
# Directives
# ------------
Debug = -Zi
Include =
IncludeSearchPath = -I
OutputFlag = -Fo
PreprocessorDefine = -D
# -----------------
# File Extensions
# -----------------
Header = .h
Object = .obj
Source = .cバージョン履歴
R2013a で導入