[<<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 the linker 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 creates
    them either in the current directory or the location specified with
    the /O command line option.

 Examples

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

See Also: Protected Mode Linker Real Mode Linker
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson