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:
The file in which global data forward declarations are generated (.h file). 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. The file in which user functions and other global functions are generated (.c file). 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).