[<<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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson