Compiler, Linker, Decoder, Debugger, or Burner
None
OBJPATH=<path>
Current directory
<path>: Path without spaces
If the Compiler generates an object file, the object file is placed into the directory specified by OBJPATH. If this environment variable is empty or does not exist, the object file is stored into the path where the source has been found.
If the Compiler tries to generate an object file specified in the path specified by this environment variable but fails (e.g., because the file is locked), the Compiler issues an error message.
If a tool (e.g., the Linker) looks for an object file, it first checks for an object file specified by this environment variable, then in GENPATH: #include "File" Path, and finally in HIPATH.
OBJPATH=\sources\obj