Zilog EZ80F916 User Manual
Page 86

UM014423-0607
Using the Integrated Development Environment
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
66
Preprocessor Definitions
The Preprocessor Definitions field is equivalent to placing
#define
preprocessor direc-
tives before any lines of code in your program. It is useful for conditionally compiling
code. Do not put a space between the symbol/name and equal sign; however, multiple
symbols can be defined and must be separated by commas.
Standard Include Path
The Standard Include Path field allows you to specify the series of paths for the compiler
to use when searching for standard include files. Standard include files are those included
with the
#include <file.h>
preprocessor directive. If more than one path is used, the
paths are separated by semicolons (;). The compiler first checks the current directory, then
the paths in the Standard Include Path field. The default standard includes are located in
the following directories:
<ZDS Installation Directory>
\include
\
std
<ZDS Installation Directory>
\include
\
zilog
where <ZDS Installation Directory> is the directory in which ZiLOG Developer Studio
was installed. By default, this would be
C:\Program
Files\ZiLOG\ZDSII_eZ80Acclaim!_<version>
, where <version> might be
4.11.0
or
5.0.0.
User Include Path
The User Include Path field allows you to specify the series of paths for the compiler to
use when searching for user include files. User include files are those included with the
#include "file.h"
in the compiler. If more than one path is used, the paths are sepa-
rated by semicolons (;). The compiler first checks the current directory, then the paths in
the User Include Path field.
Project Settings—Advanced Page
NOTE: For Assembly Only projects, the Advanced page is not available.
The following figure shows the Advanced page. This page is used for options that most
users will rarely need to change from their default settings.