Everything

-end


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

[Format]

-end

[Description]

-

Executes option strings specified before END. After the linkage processing is terminated, option strings that are specified after END are input and the linkage processing is continued.

-

This option cannot be specified on the command line.

[Examples]

input=a.obj,b.obj        ; Processing (1)
start=P,C,D/100,B/8000   ; Processing (2)
output=a.abs             ; Processing (3)
end
input=a.abs              ; Processing (4)
form=stype               ; Processing (5)
output=a.mot             ; Processing (6)

-

Executes the processing from (1) to (3) and outputs a.abs. Then executes the processing from (4) to (6) and outputs a.mot.