beautypg.com

Zilog Z8F0130 User Manual

Page 105

background image

UM013037-1212

Project Menu

Zilog Developer Studio II – Z8 Encore!

User Manual

81

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 (;).

For example:

c:\rtl;c:\myinc

Figure 54. Preprocessor Page of the Project Settings Dialog Box