Motorola HC12 User Manual

Page of 328
User’s Manual
MCUez HC12 Assembler
60
Environment Variables
MOTOROLA
Environment Variables
3.5.2  GENPATH
Syntax:
GENPATH=<
path
>
Arguments:
<path>: Paths separated by semicolons, without spaces.
Description:
The macro assembler will look for the source or included files
first in the project directory, then in the directories listed in the
environment variable GENPATH.
NOTE:
If a directory specification in this environment variable starts with an asterisk
(
*
), the entire directory tree is searched recursively, for instance, all
subdirectories are searched.
Example:
GENPATH=\sources\include;..\..\headers;*\user
MCUez Shell: Open the Current Configuration dialog.
Select the Paths tab.
In the Configure combo box, select General Path.
Enter the directories in the list box (one directory on each line).
See also:
None