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.3 . Utilities - <b>set obj</b> http://www.X-Hacker.org [<<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

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