Working with Profiles : Setting the Target Configuration : Code Generation Options : Application Files...

Application Files...

In order to create the code for your project, the MicroC Code Generator requires certain files. You can define the names of the files and their include lists, as well as other source files and object files by clicking Application Files... on the Application Configuration tab.

The types of files are as follows:

 
A list of files to be included in the global data C file. Use a space as the delimiter for separating the files in the list.
A list of files to be included in the module's C files. Use a space as the delimiter for separating the files in the list.
A list of additional sources to be included in the building of the application. This information is added to the makefile (if used).
A list of additional objects (.obj, .lib etc) to be included in the building of the application. This information is added to the makefile (if used).