Класс: 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