addLinkObjects
R2026bAdd link objects to build information
Description
addLinkObjects(
specifies included files and paths to add to the build information.buildinfo,linkobjs,paths,priority,precompiled,linkonly,groups)
You can use this function to add static libraries, shared libraries, and object files to
the RTW.BuildInfo object. To specify linker directives, such as references to
module-definition files and response files, use addLinkFlags.
The function requires the buildinfo,
linkobs, and paths arguments. You can
optionally select priority for link objects, select whether the
objects are precompiled, select whether the objects are
linkonly objects, and apply a groups
argument to group your options.
The code generator stores the included link object and path options in a build information object. The function adds options 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)