Stateflow | ![]() ![]() |
Incrementally compile this target with no code generation
Syntax
Description
For a simulation target (sfun
) a dynamic link library (sfun.dll
) is compiled from the generated code. The make
method performs an incremental compile of this target with no code generation. It performs the compile for only those portions of generated code that have changed since the last compile.
Arguments
thisTarget |
The target for which to do make |
Returns
Example
If t
is a Target object, the command t.make
incrementally compiles generated code for that target. If t
is a simulation target (sfun
), its compiled code is then linked and loaded into the target .dll
. file.
See Also
The methods build
, rebuildAll
, generate
, and regenerateAll
![]() | innerTransitions | methods | ![]() |