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 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 .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

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