User`s guide

mbuild
Option Description
-D<name>
Define a symbol name to the C p reprocessor.
Equivalent to a
#define <name> directive in
the source.
-D<name>=<value>
Define a symbol name and value to the C
preprocessor. Equivalent to a
#define <name>
<value>
directive in the source.
-f <optionsfile>
Specify location and name of options file to
use. Overrides the
mbuild default options file
search mechanism.
-g
Create an executable containing additional
symbolic information for use in debugging.
This option disables the
mbuild default
behavior of optimizing built object code (see
the
-O option).
-h[elp]
Print help for mbuild.
-I<pathname>
Add <pathn ame> to the list of directories to
search for
#include files.
-inline
Inline matrix accessor functions (mx*). The
executable generated may not be compatible
with future versions of MATLAB.
-l<name>
Link with object library. On Windows,
<name> will be expanded to <name>.li b or
lib<name>.lib and on UNIX to lib<name>.
-L<directory>
Add <directory> to the list of directories
to search for libraries specified with the
-l
option.
-lang <language>
Specify compiler language. <language> can be
c or cpp.Bydefault,mbuild determines which
compiler (C or C++) to use b y inspection of the
source file’s extensio n. This option overrides
that default.
11-13