Debugger Engine Environment Variables
Environment Variables
853
Microcontrollers Debugger Manual

GENPATH: #include “File” Path

Tools
Compiler, Linker, Decoder, Burner, Debugger.
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 Debugger searches in the current
directory, then in the directories given by GENPATH and finally in the directories given
by LIBRARYPATH: ‘include <File>’ Path.
NOTE If a directory specification in this environment variable starts with an asterisk
(“*”), the whole directory tree is searched recursively. All subdirectories and
their subdirectories are searched. Within one level in the tree, search order is
random.
Example:
GENPATH=\sources\include;..\..\headers;\usr\local\lib
See also:
Environment variable LIBPATH