LIBRARYPATH: `include <File>' Path

Tools

Compiler, Burner, Linker, Decoder

Synonym

LIBPATH

Syntax
  LIBRARYPATH={<path>}  
Arguments

< path>: Paths separated by semicolons, without spaces

Default

Current directory

Description

Including a header file with double quotes makes the Compiler search first in the current directory, then in the directories given by GENPATH, and finally in the directories given by LIBRARYPATH (see GENPATH: #include "File" Path LIBRARYPATH: `include <File>' Path).

Note: If a directory specification in this environment variable starts with an asterisk ( * ), the compiler searches the whole directory tree recursively depth first, i.e., all subdirectories and their subdirectories and so on are searched. Search order of the subdirectories is indeterminate within one level in the tree.
Example

LIBRARYPATH=\sources\include;.\.\headers;\usr\local\lib

See also

GENPATH: #include "File" Path environment variable

USELIBPATH: Using LIBPATH Environment Variable

Input Files