Stateflow | ![]() ![]() |
Build this target incrementally
Syntax
Description
The build
method incrementally builds this target. It performs the following activities:
sfun
), a dynamic link library (sfun.dll
) is compiled from the generated code.
If a complete build has already taken place, the build
method performs an incremental build that builds only those portions of the target corresponding to charts that have changed since the last build.
Arguments
Name |
Description |
thisTarget |
The Target object to build |
Returns
Example
If t
is a Target object, the command t.build
builds the target for the Stateflow charts that have changed in the target's model since the last build and/or code generation.
See Also
The methods rebuildAll
, generate
, regenerateAll
, and make
![]() | Methods -- Alphabetical List | classhandle | ![]() |