LIBRARYPATH: `include <File>' Path

Tools

Compiler, ELF tools (Burner, Linker, or Decoder)

Synonym

LIBPATH

Syntax
  LIBRARYPATH={<path>} 
  
Arguments

< path>: Paths separated by semicolons, without spaces

Default

Current directory

Description

If a header file is included with double quotes, the Compiler searches first in the current directory, then in the directories given by GENPATH: #include "File" Path and finally in the directories given by LIBRARYPATH.

Note: If a directory specification in this environment variable starts with an asterisk ( * ), the whole directory tree is searched 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

Environment variables :