Everything

-exit


< Optimizing Linkage Editor (rlink) Options / Options Other Than Above >

[Format]

-exit

[Description]

-

Specifies the end of the option specifications.

-

This option cannot be specified on the command line.

[Examples]

-

Command line specification:

rlink -sub=test.sub -nodebug

-

test.sub:

input=a.obj,b.obj         ; Processing (1)
start=P,C,D/100,B/8000    ; Processing (2)
output=a.abs              ; Processing (3)
exit

-

Executes the processing from (1) to (3) and outputs a.abs.

-

The nodebug option specified on the command line after exit is executed is ignored.