Class: coder.make.ToolchainInfo
Package: coder.make
Add post-download tool to PostDownloadTool
h.addPostDownloadTool(bldtl_name,bldtl_handle)
adds
a h
.addPostDownloadTool(bldtl_name
,bldtl_handle
)BuildTool
object between the download tool and
the execute tool specified by the PostbuildTools
property.
Refer to the Example for coder.make.BuildTool
for
an example of how to create a BuildTool
object.
h = coder.make.ToolchainInfo; bt = coder.make.BuildTool('toolname'); h.addPostDownloadTool('examplename',bt)
ans = ############################################## # Build Tool: toolname ############################################## Language : 'C' OptionsRegistry : {} InputFileExtensions : {} OutputFileExtensions : {} DerivedFileExtensions : {} SupportedOutputs : {'*'} CommandPattern : '|>TOOL<| |>TOOL_OPTIONS<| |>OUTPUT_FLAG<| |>OUTPUT<|' # --------- # Command # --------- # ------------ # Directives # ------------ (none) # ----------------- # File Extensions # ----------------- (none)