[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SET OBJ
 Define a list of paths to search for object files (.obj)
-------------------------------------------------------------------------------

    SET OBJ=<pathSpec list>

 Arguments

    <pathSpec list> specifies one or more paths, separated by
    semicolons (;).

 Description

    The OBJ environment variable defines the paths .RTLink uses to search
    for object files (.obj) if a specified object file cannot be found in
    the current directory.

    Object files (.obj) are created by the CA-Clipper compiler which outputs
    them either into the current directory of the location specified with
    the /O command line option.

 Examples

    SET OBJ=C:\OBJ;C:\APPS\UTIL;C:\CLIPPER5\LIB

See Also: CA-Clipper Linker
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson