User`s guide

mcc
7-35
-B csharedlib (C Shared Library). Produce a C shared library. The -B csharedlib
option is equivalent to the series of options
-t -W lib:<shared_library_name> -T link:lib -h libmmfile.mlib
-B pcode (MATLAB P-Code).
Produce MATLAB P-code.
The
-B pcode option is equivalent to the series of options
-t -L P
-B sgl (Stand-Alone C Graphics Library).
Produce a stand-alone C application that
uses Handle Graphics.
The -
B sgl option is equivalent to the series of options
-m -W mainhg libmwsglm.mlib
-B sglcpp (Stand-Alone C++ Graphics Library).
Produce a stand-alone C++
application that uses Handle Graphics.
The
-B sglcpp option is equivalent to the series of options
-p -W mainhg libmwsglm.mlib
Code Generation Options
-A (Annotation Control for Output Source). Control the type of annotation in the
resulting C/C++ source file. The types of annotation you can control are
M-file code and/or comment inclusion (
annotation)
#line preprocessor directive inclusion (line)
Whether error messages report the source file and line number (
debugline)
To control the M-file code that is included in the generated C/C++ source, use
mcc -A annotation:type