< Optimizing Linkage Editor (rlink) Options / Subcommand File Option >
The format of the subcommand file is as follows: |
If a subcommand description exceeds one line, the description can be allowed to overflow to the next line by using an ampersand (&). |
input file2.obj file3.obj ; This is a comment. library lib1.lib, & ; Specifies line continued. lib2.lib |
Option contents specified with a subcommand file are expanded to the location at which the subcommand is specified on the command line and are executed. |