User`s guide
mcc
Target Description
codegen
Generates a C/C++ wrapper file. The default is
codegen.
compile:exe
Same as codegen plus compiles C/C++ files to
object form suitable for l inking into a standalone
application.
compile:lib
Same as codegen plus compiles C/C++ files to object
form suitable for linking into a shared library/DLL.
link:exe
Same as compile:exe plus links object files into a
standalone application.
link:lib
Same as compile:lib plus links object files into a
shared library/DLL.
-v Verbose
Display the compilation steps, including:
• MATLAB Compiler version number
• The source filenames as they are processed
• The names of the generated output files as they are created
• The invocation of
mbuild
The -v option passes the -v option to mbuild and displays information
about
mbuild.
-w Warning Messages
Displays warning messages. Use the syntax
-w option[:<msg>]
to control the display of warnings. This table lists the valid syntaxes.
11-25