Compiling packages
There are several options for compiling packages, all available from the Build menu and toolbar on the Main Window and the contextual menu for packages in the Explorer:
- Choosing Compile when a folder is selected compiles all sources in that folder which have been modified since they were last compiled or that have not been previously compiled.
- Choosing Compile All does this recursively on a folder and all its sub-folders.
- Choosing the Build command (also available with keyboard shortcut ALT+F9) is slightly different from compiling in that it forces re-compilation of all sources in a folder, whether they are current or not. Use this option when you wish to be sure that all of your code can compile together.
- Choosing Build All recursively builds a folder and all sub-folders.
Contents | Prev | Next | Index |