coder.make.BuildItem Class
Namespace: coder.make
Represent build item
Description
Create a coder.make.BuildItem
object that can have macro
name and value. Then, use the BuildItem
object as an
argument for one of the following coder.make.BuildTool
methods:
coder.make.BuildTool.getCommand
coder.make.BuildTool.setCommand
coder.make.BuildTool.setPath
coder.make.BuildTool.addFileExtension
Note
What is a macro? The term has a different meaning depending on the context:
In this context, a macro is a variable that the makefile can use to refer to a given value, such as a build tool’s command, path, or file extension.
In topics for the
coder.make.ToolchainInfo.Macros
and related methods, a macro is a variable that the makefile can use to refer to arbitrary or predefined value.
The coder.make.BuildItem
class is a handle
class.
Creation
creates a h
= coder.make.BuildItem(blditm_macrovalue
)coder.make.BuildItem
object that has a
value.
creates a h
= coder.make.BuildItem(blditm_macroname
,blditm_value
)coder.make.BuildItem
object that has a macro name
and value.
Input Arguments
Methods
Examples
Version History
Introduced in R2013a