In the directory dialog, the directories can be speci ed 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).
The following directories can be speci ed:
-
EXE & PPU directories
- Speci es where the compiled units and executables will go. (-FE
(see page 5.1.3) on the command line.)
-
Object directories
- Speci es where the compiler looks for external object les. (-Fo (see
page 5.1.3) on the command line.)
-
Library directories
- Speci es where the compiler (more exactly, the linker) looks for
external libraries. (-Fl (see page 5.1.3) on the command line.)
-
Include directories
- Speci es 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
- Speci es 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.)