User`s guide

CreatingaJavaComponent
Using the Comm and Line to Create Java Components (Contin ued)
Action to Perform
mcc Option to Use Description
-B
Tells Java Builder to replace a specified file with
the command-line information it contains.
Syntax
mcc-B'bundlefile'[:arg1, arg2,...,argN]
Simplify the
command-line input
for components.
Example
Suppose a
myoptions file contains
-W 'java:mycomponent,myclass'
In this case,
mcc -B 'myoptions' foo.m bar.m
produces the same results as
mcc -W 'java:[mycomponent,myclass]' foo.m bar.m
See “Using Bundle Files” for more information.
1-9