Compiler, Burner, Linker, Decoder
LIBPATH
LIBRARYPATH={<path>}
< path>: Paths separated by semicolons, without spaces
Current directory
Including a header file with double quotes makes the Compiler search first in the current directory, then in the directories given by GENPATH, and finally in the directories given by LIBRARYPATH (see GENPATH: #include "File" Path LIBRARYPATH: `include <File>' Path).
LIBRARYPATH=\sources\include;.\.\headers;\usr\local\lib
GENPATH: #include "File" Path environment variable