Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Utilities - <b>set rtlinkcmd</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson