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 lib</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SET LIB
 Define a list of paths to search for .lib, .plt, and .pll files
-------------------------------------------------------------------------------

    SET LIB=<pathSpec list>

 Arguments

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

 Description

    The LIB environment variable specifies the paths that .RTLink uses to
    search for library (.lib), prelinked transfer (.plt) files, and
    prelink (.pll) libraries not found in the current directory at link
    time.  For .plt and .pll files, .RTLink searches the PLL path before
    the LIB path.  At runtime, the LIB environment variable is used to
    search for files (.pll) not in the directory where the executable file
    (.exe) is located or the path specified by the PLL environment variable.

    The default location of the CA-Clipper libraries is the \CLIPPER5\LIB
    directory.

 Examples

    SET LIB=C:\CLIPPER5\LIB

See Also: CA-Clipper Linker SET PLL

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