User`s guide
mcc
appropriate global variable definitions. This table shows the valid
options.
Type Description
main
Produces a POSIX shell main() function.
lib:<string>
Creates a C interface and produces a n initialization
and termination function for use when compiling this
compiler generated code into a larger application.
This option also produces a header file containing
prototypes for all public functions in all M-files
specified.
<string> becomes the base (file) name
for the generated C/C++ and header file. Creates a
.exports file that contains all nonstatic function
names.
cpplib:<string>
Creates a C++ interface and produces an initialization
and termination function for use when compiling this
compiler generated code into a larger application.
This option also produces a header file containing
prototypes for all public functions in all M-files
specified.
<string> becomes the base (file) name
for the generated C/C++ and header file. Creates a
.exports file that contains all nonstatic function
names.
none
Does not produce a wrapper file. The default is none.
-Y License File
Use
-Y license.dat_file
to override the default license.dat file with the specified argument.
-z Specify Path
Specify the path for library and include files. Use
11-27