Datasheet

Project Level Defines:
Project Level Defines(.pld) files can also be added to project. Project level define
files enable you to have defines that are visible in all source files in the project. A file
must contain one definition per line in the following form:
<symbol>[=[<value>]]
<symbol (a,b)>[=[<value>]]
Define a macro named symbol. To specify a value, use =<value>. If =<value> is
omitted, 1 is assumed. Do not enter white-space characters immediately before the
"=". If a white-space character is entered immediately after the "=", the macro is
defined as zero token. This option can be specified repeatedly. Each appearance of
symbol will be replaced by the value before compilation.
There are two predefined project level defines see predefined project level defines
Note: For inclusion of the header files (extension .h), use the preprocessor directive
#include. See File Inclusion for more information.
Related topics: Project Manager, Project Settings
82
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Environment
mikroC PRO for AVR
CHAPTER 2