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

Including a header file with double quotes makes the Compiler search 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 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
  GENPATH=\sources\include;..\..\headers;\usr\local\lib 
  
See also

LIBRARYPATH: `include <File>' Path environment variable