Main Content
addDefines
Add preprocessor macro definitions to build information
Description
addDefines(
specifies the preprocessor macro definitions to add to the build information.buildinfo
,macrodefs
,groups
)
The function requires the buildinfo
and
macrodefs
arguments. You can use an optional
groups
argument to group your options.
The code generator stores the definitions in a build information object. The function adds definitions to the object based on the order in which you specify them.
Examples
Input Arguments
Version History
Introduced in R2006a
See Also
Topics
- Customize Post-Code-Generation Build Processing (Simulink Coder)