User`s guide

mcc
Note Do not terminate the output directory with a
slash or backslash, e.g., use
mcc -md C:\TEMP test.m.
Do not use
mcc -md C:\TEMP\ test.m.
-e Suppress MS-DOS Command Window
Suppress appearance of the MS-DOS command window when
generating a standalone application. Use
-e in place of the -m option.
This option is available for Windows only. Use with
-R option to
generate error logging as such:
mcc -e -R -logfile,"bar.txt" -v foo.m
This macro is equivalent to:
-W WinMain -T link:exe
-f Specified Options File
Override the default options file with the specified options file. Use
-f filename
to specify filename as the options file when calling mbuild.Thisoption
allows you to use different AN SI compilers for different invocations of
MATLAB Compiler. This option is a direct pass-through to the
mbuild
script.
Note The M athWorks recommends that you use mbuild -setup .
-F Specified Project File
Specify that mcc use settings contained in the specified project file. Use
-F project_name.prj
11-20