6.11.2 The directory dialog

In the directory dialog, the directories can be specied where the compiler should look for units, libraries, object les. It also says where the output les should be stored. Multiple directories (except for the output directory) can be entered, separated by semicolons. The directories dialog is shown in gure (6.21).



Figure 6.21: The directories conguration dialog

PIC


The following directories can be specied:

EXE & PPU directories
Species where the compiled units and executables will go. (-FE (see page 5.1.3) on the command line.)
Object directories
Species where the compiler looks for external object les. (-Fo (see page 5.1.3) on the command line.)
Library directories
Species where the compiler (more exactly, the linker) looks for external libraries. (-Fl (see page 5.1.3) on the command line.)
Include directories
Species where the compiler will look for include les, included with the f$i g directive. (-Fi (see page 5.1.3) or -I (see page 5.1.3) on the command line.)
Unit directories
Species where the compiler will look for compiled units. The compiler always looks rst in the current directory, and also in some standard directories. (-Fu (see page 5.1.3) on the command line.)