Main Content

addPrebuildTool

Class: coder.make.ToolchainInfo
Namespace: coder.make

Add prebuild tool to PrebuildTools

Syntax

h.addPrebuildTool(bldtl_name)
h.addPrebuildTool(bldtl_name, bldtl_handle)

Description

h.addPrebuildTool(bldtl_name) creates a BuildTool object and adds it to the PrebuildTools property.

h.addPrebuildTool(bldtl_name, bldtl_handle) adds an existing BuildTool object to the PrebuildTools property.

Input Arguments

expand all

A coder.make.ToolchainInfo object, specified using an object handle, such as h. To create h, enter h = coder.make.ToolchainInfo in a MATLAB® Command Window.

Build tool name, specified as a character vector or string scalar.

Data Types: char | string

coder.make.BuildTool object handle.

Version History

Introduced in R2013a