Specifies the paths to search for objects and libraries when linking C/C++ source files.
Syntax
LIB=<path to folder>
Usage and examples
To enable linking C/C++ source files, you must specify the paths to folders where the necessary objects and libraries are located:
LIB=C:\Program Files\Querix\Lycia\my_libs
LIB=$LYCIA_DIR\my_libs;%LIB%
LIB=opt/Querix/Lycia/my_libs
LIB=$LYCIA_DIR/my_libs:$LIB
LIB applies at compilation and can be set (if necessary) in env.properties.
If you use qxld to compile the C/C++ source files, you must set LIB in the command line environment as well (in environ.bat).