You can specify the order in which the IDE compiles files by using the Link Order View of the Project window. By re-arranging the order of the files, you can prevent linkage errors caused by file dependencies. In other words, if file Aleph depends on the completed compilation of file Zeta, you can use change the link order and position file Zeta to compile before file Aleph, thus preventing an error message.
To set the link order in the current project:
1. Click the Link Order tab in the Project window.
The Link Order view appears in the Project window.
2. Sort the files into the desired link order.
Drag and drop each file into the desired build order.
The next time you Bring Up To Date, Make, Run, or Debug the project, the IDE uses the new build order.
See "Link Order View" for additional information.
NOTE