User`s guide
C Shared Library Target
Creating Shared Libraries from C with mbuild
mbuild can also create shared libraries from C source code. If a file with
the extension
.exports is passed to mbuild, a shared library is built. The
.exports file must be a text file, with each line containing either an exported
symbol name, or starting with a
# or * in the first colum n (in w hich case it
is treated as a comment line). If m ultiple
.exports files are specified, all
symbol n ames in all sp ecified
.exports files are exported.
Deploying Standalone Applications That Call MATLAB Compiler
Based Shared Libraries
Gather and package the following files and distribute them to the deployment
machine.
Component Description
MCRInstaller.zip
(UNIX)
MATLAB Component Runtime library
archive; platform-dependent file that must
correspond to the end user’s platform.
MCRInstaller.exe
(Windows)
Self-extracting MATLAB Component
Runtime library utility; platform-d ep endent
file that must correspond to the end user’s
platform.
unzip (UNIX) Utility to unzip MCRInstaller. zip (optional).
The target machine must have an unzip
utility installed.
matrixdriver
Application; matrixdriver.exe for Windows.
7-9