In this section values for various compiler options can be speci ed, such as the location of several
directories and search paths.
The following general keywords are recognised:
-
options
- The value of this key will be passed on to the compiler as options.
-
version
- If a speci c or minimum compiler version is needed to compile the units or programs,
then this version should be speci ed here.
The following keys can be used to control the location of the various directories used by the
compiler:
-
unitdir
- A colon-separated list of directories that must be added to the unit search path of
the compiler.
-
librarydir
- A colon-separated list of directories that must be added to the library search
path of the compiler.
-
objectdir
- A colon-separated list of directories that must be added to the object le search
path of the compiler.
-
targetdir
- Speci es the directory where the compiled programs should go.
-
sourcedir
- A space separated list of directories where sources can reside. This will be used
for the vpath setting of gnu make.
-
unittargetdir
- Speci es the directory where the compiled units should go.
-
includedir
- A colon-separated list of directories that must be added to the include le search
path of the compiler.
-
sourcedir