User`s guide

Uses of the Compiler
1-13
See Chapter 4, Stand-Alone Applications for complete details regarding
stand-alone applications.
Figure 1-2, Developing a Typical Stand-Alone C Application, illustrates the
process of developing a typical stand-alone C application. Use the same basic
process for developing stand-alone C++ applications, but use the
-p option
instead of the
-m option with the MATLAB Compiler and a C++ compiler
instead of a C compiler.
Note The MATLAB Compiler contains a tool, mbuild, which simplifies much
of this process. Chapter 4, Stand-Alone Applications describes the
mbuild
tool.
-p and -m are examples of options that you use to control how the Compiler
works. Chapter 7, Reference, includes a complete description of the Compiler
options in the
mcc section. Throughout this book you will see numerous
examples of how these options are used with the Compiler to perform various
tasks.