This option specifies the end of option specifications.
[Specification format]
- | Interpretation when omitted |
None
[Detailed description]
- | This option specifies the end of option specifications. |
[Caution]
- | This option can be used only in a subcommand file. |
[Example of use]
- | Create subcommand file "test.sub" with the following content. |
input=a.obj,b.obj ;(1)
start=P,C,D/100,B/8000 ;(2)
output=a.abs ;(3)
exit
|
To specify subcommand file test.sub, describe as:
>rlink -subcommand=test.sub -nodebug
|
Processing from (1) to (3) are executed and a.abs is output.
The -nodebug option specified on the command line after this option is executed is invalid.