Motorola HC12 User Manual

Page of 328
User’s Manual
MCUez HC12 Assembler
62
Environment Variables
MOTOROLA
Environment Variables
3.5.4  OBJPATH
Syntax:
OBJPATH=<
path
>
Arguments:
<path>: Paths separated by semicolons, without spaces
Description:
When this environment variable is defined, the assembler will
store the object files it produces in the first directory specified.
If OBJPATH is not set, the generated object files will be stored
in the directory where the source file was found.
Example:
OBJPATH=\sources\bin;..\..\headers;\usr\local\bin
MCUez Shell: Open the Current Configuration dialog.
Select the Paths tab.
In the Configure combo box, select Object.
Enter the directories in the list box (one directory on each line).
See also:
None