User`s guide
mbuild
7-21
-D<name>#<value>
Define a symbol name and value to the C/C++
preprocessor. Equivalent to a
#define <name> <value> directive in the
source.
-D<name>=<value>
(UNIX) 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 a debuggable executable. If this option is
specified,
mbuild appends the value of options
file variables ending in
DEBUGFLAGS with their
corresponding base variable. This option also
disables the
mbuild default behavior of
optimizing built object code.
-h[elp]
Help; prints a description of mbuild and the list
of options.
-I<pathname>
Add <pathname> to the list of directories to
search for
#include files.
-inline
Inline matrix accessor functions (mx*). The
generated executable may not be compatible
with future versions of the MATLAB C/C++
Math Library or MATLAB C/C++ Graphics
Library.
-l<name>
(UNIX) Link with object library lib<name>.
-L<directory>
(UNIX) Add <directory> to the list of
directories containing object-library routines.
Table 7-1: mbuild Options (Continued)
Option Description