mikroC
mikroC - C Compiler for Microchip PIC microcontrollers
making it simple...
PROJECTS
New Project.
Edit Project.
mikroC organizes applications into projects, consisting of a single project file (extension .ppc) and one or more source files (extension .c). You can compile source files only if they are part of a project.
Project file carries the following information:
-project name and optional description,
-target device,
-device flags (config word) and device clock,
-list of project source files with paths.
New Project
The easiest way to create project is by means of New Project Wizard,
Editing Project
Later, you can change project settings from
Add to Project.
Remove from
Project.
page
22
Add/Remove Files from Project
Project can contain any number of source files (extension .c). The list of relevant source files is stored in the project file (extension .ppc). To add source file to your project, select Project > Add to Project from
Note: For inclusion of header files, use the preprocessor directive #include.
MikroElektronika: Development tools - Books - Compilers