Mikroelektronika MIKROE-724 データシート

ページ / 726
702
mikoBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
Add/Remove Files from Project
The project can contain the following file types: 
 
.mbas
 source files  
 
.mcl
 binary files 
 
.pld
 project level defines files 
 
- image files 
 
.ihex
 EEPROM files 
 
.hex, .asm 
and
 .lst
 files, see output files. These files can not be added or removed from project. 
 
- other files 
The list of relevant files is stored in the project file (extension 
.mbpds
).
To add a file to the project, click the Add File to Project Icon 
 or press Insert button on your keyboard. Each 
added source file must be self-contained, i.e. it must have all necessary definitions after preprocessing.
To  remove  file(s)  from  the  project,  click  the  Remove  File  from  Project  Icon 
  or  press  Delete  button  on  your 
keyboard.
Note: For inclusion of the module files, use the include clause. See File Inclusion for more information.