GENPATH: #include "File" Path

Tools

Compiler, Linker, Decoder, Debugger, or Burner

Synonym

HIPATH

Syntax
  GENPATH={<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 listed by GENPATH, and finally in the directories listed 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
  GENPATH=\sources\include;..\..\headers;\usr\local\lib 
  
See also

LIBRARYPATH: `include <File>' Path environment variable