Main Content
addLinkObjects
Add 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
)
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