
B-66264EN/01 4.FUNCTIONS
- 13 -
(3) Selective compilation according to link control file
specification
C:\> MCOMP30I @ABC
Þ Compiles all files specified in the
link control file (file name:
ABC.LNK). (For details on the link
control file, see Section 4.2,
"MACRO LINKER".)
CAUTION
As described in Section 3.4, even if the same macro
program is compiled, the Macro Compiler for Series
30i creates an object file different from an object file
created by the Macro Compiler for Series
0/15/16/18/20/21. Select the compiler that matches a
development model.
*2 [parameters]
This specifies compile conditions.
-NR : Outputs no object file. If this parameter is omitted, an
object file with the extension .REL is output.
-L2 : Outputs no reference list file. If this parameter is omitted,
a reference list file with the extension .REF is output.
-L3 : Outputs a macro program file. If this parameter is omitted,
no macro program file is output. A macro program file is
output with the extension .PRG.
-PR : Makes no symbolic macro program analysis. Specify this
parameter when a program coded in standard macro
program format is to be compiled. No reference list file is
output. Even if this parameter is not specified, a macro
program can be compiled without trouble. However, this
parameter can save time required to make a symbolic
macro program analysis and can also save space for
reference list file output.
-Fo : Specifies a destination to which an
object file is output.
-Fr : Specifies a destination to which a
reference list file is output.
-Fl : Specifies a destination to which a
compile list file is output.
-Fp : Specifies a destination to which a
macro program file is output.
See "Specifying
the destinations to
which the compile
outputs files"
given later.