Changes in the "Directories Dialog"
Changes in the "Source" Sheet

- A list of include directories has been moved from the Source sheet
to the Include Directories sheet of the Directories dialog.
- An image sub-directory is now set as a relative path from a project
directory.
- $(IMGDIR) macro symbol has been added. The value of this macro symbol is
equal to the name of an appropriate image sub-directory.
- A new macro symbol $(GUITARGET) has been added. The value of this macro
symbol is equal to "WIN\" for Win projects or "OS2\" for
OS/2.
New "Include
Directories Sheet"
The list box displays the list of the project include directories; each line
contains one directory.
In these directories the compiler will search for any include filename that does
not include a full (absolute) path.
A single period indicates the current directory that is always the project
directory. Two periods indicate the parent directory of the current
directory.
You can select and add a path with the help of the Browse button that
invokes the "Set New Directory" dialog, or edit it with the help of
the Edit button.
You can change the order of the project include directories with the help of Up
and Down buttons.
|