User`s guide

mbuild
Option Description
-n
No execute mode. Print out any commands
that
mbuild wo uld otherwise have ex ecuted,
but do not actually execute any of them.
-O
Optimize the object code. Optimization is
enabled by default and by including this option
on the command line. If the
-g option appears
without the
-O option, optimization is disabled.
-outdir <dirname>
Place all output files in directory <dirname> .
-output
<resultname>
Create an executable named <result name>.
An appropriate executable extension is
automatically appended. Overrides the
mbuild
default executable naming mechanism.
-regsvr
(Windows only) Use the regsvr32 pro gram to
register the resulting shared library a t the end
of compilation. MATLAB Co mpiler u ses this
option whenever it produces a COM or .NET
wrapper file.
-setup
Interactively specify the c ompiler options file
to use as the default for future invocations
of
mbuild by placing it in the user profile
directory (returned by the
prefdir command).
When this option is specified, no other
command line input is accepted.
-U<name>
Remove any initial definition of the C
preprocessor symbol
<name>.(Inverseofthe
-D option.)
11-14