3.1 File searching

Before you start compiling a program or a series of units, it is important to know where the compiler looks for its source les and other les. In this section we discuss this, and we indicate how to inuence this.

Remark: The use of slashes (/) and backslashes (\) as directory separators is irrelevant, the compiler will convert to whatever character is used on the current operating system. Examples will be given using slashes, since this avoids problems on unix systems (such as linux).


  3.1.1 Command line les
  3.1.2 Unit les
  3.1.3 Include les
  3.1.4 Object les
  3.1.5 Conguration le
  3.1.6 About long lenames