User`s guide

mbuild
7-28
-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\R12
(Windows) or
$HOME/.matlab/R12 (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.
<name>=<value>
(UNIX) Override an options file variable
for variable
<name>.If<value> contains
spaces, enclos e it in single quotes, e.g.,
CFLAGS='opt1 opt2'. The definition,
<def>, can reference other variables
defined in the options file. To reference a
variable in the options file, prepend the
variable name with a
$, e.g.,
CFLAGS='$CFLAGS opt2'.
Option Description