[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SET RTLINKCMD
Set default .RTLink command line options
-------------------------------------------------------------------------------
SET RTLINKCMD=<option list>
Arguments
<option list> specifies a list of linker options used each time
the linker is executed. In FREEFORMAT mode, the list may also include
command line arguments such as FILE and LIBRARY.
Description
The RTLINKCMD environment variable specifies a list of default linker
options to process. Each time .RTLink is invoked, it reads the options
specified in RTLINKCMD before processing options specified on the
command line and in the script file. This behavior allows defaults to
be overridden by options specified on the compiler command line or in
the script file (.lnk).
In addition to RTLINKCMD environment variable, .RTLink configuration
options can be defined in RTLINK.CFG. If this file exists, the options
defined are overidden by those specified in RTLINKCMD as well as the
command line and script file (.lnk).
Examples
The following example makes the default input mode POSITIONAL and sets
incremental linking on:
SET RTLINKCMD=/POSITIONAL /INCR:50
See Also:
CA-Clipper Linker
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson