GENPATH: Search path for input file

Tools

Compiler, Assembler, Linker, Decoder, or Debugger

Synonym
  HIPATH
  
  
Syntax
  GENPATH={<path>}
  
  
Arguments

<path>: Paths separated by semicolons, without spaces.

Description

The Macro Assembler will look for the sources and included files first in the project directory, then in the directories listed in the GENPATH environment variable.

Note: If a directory specification in this environment variables starts with an asterisk ( *), the whole directory tree is searched recursive depth first, i.e., all subdirectories and their subdirectories and so on are searched. Within one level in the tree, the search order of the subdirectories is indeterminate.
Example
  GENPATH=\sources\include;..\..\headers;\usr\local\lib