User`s guide

mbuild
7-23
-regsvr
(Windows) Use the regsvr32 program to
register the resulting shared library at the end
of compilation. The Compiler uses this option
whenever it produces a COM wrapper file.
-setup
Interactively specify the compiler options file to
use as default for future invocations of
mbuild
by placing it in
<UserProfile>\Application Data\MathWorks\
MATLAB\R13
(Windows) or $HOME/.matlab/R13
(UNIX). When this option is specified, no other
command line input is accepted.
-U<name>
Remove any initial definition of the C
preprocessor symbol
<name>. (Inverse of the -D
option.)
-v
Verbose; Print the values for important internal
variables after the options file is processed and
all command line arguments are considered.
Prints each compile step and final link step fully
evaluated to see which options and files were
used. Very useful for debugging.
Table 7-1: mbuild Options (Continued)
Option Description