(Builder: Project > Options for Selected Files... > Configuration tab)
Specifies the name of the Builder program (build). This program is otherwise assumed to be in the same directory as MULTI.
For the project type "Select One", you may list several files which have different extensions. Only one of those files will be built, however. To determine which one is built, the builder looks at the "select" list. This is a list of suffixes which are to be built. Thus, when the builder comes across a "Select One" subproject, it will look through the "select" suffix list, and find the file which has a valid suffix.
A list of directories containing Green Hills C++ include files. Adds directory to the list of directories to search when processing #include directives. If file.cxx contains the line #include "header.h", the compiler searches for header.h in the file.cxx directory, then in directories specified in Source Directories on the File Options dialog box, General tab, and finally in a list of default directories. If file.cxx contains the line #include <header.h>, the processing is the same except the directory containing file.cxx is not searched. If header.h is specified with an absolute pathname, then no directories are searched. Equivalent to the -I and -YI build-time options.
A list of directories containing Green Hills C include files. Adds directory to the list of directories to search when processing #include directives. If file.c contains the line #include "header.h", the compiler searches for header.h in the file.c directory, then in directories specified in Source Directories on the File Options dialog box, General tab, and finally in a list of default directories. If file.c contains the line #include <header.h>, the processing is the same except the directory containing file.c is not searched. If header.h is specified with an absolute pathname, then no directories are searched. Equivalent to the -I and -YI build-time options.
A list of directories containing system include files. Equivalent to the -YI build-time option.
A list of directories containing Green Hills libraries. Equivalent to the -L, -YL, and -YU build-time options.
A list of directories containing system libraries. Equivalent to the -L, -YL, and -YU build-time options.
Changes the default directory to look for the commands in the list described below under Commands.
If you select the Gnu tool chain or a UNIX tool chain, instead of the Green Hills tool chain, then this directory is used for the assembler, linker, and other files that comprise this alternate tool set.
Displays many different commands called by the Builder. You can change the name and arguments to any or all of these commands. Select the command and then fill in the appropriate information in the text fields below the list.
Generally, the Builder's default information is correct so you can leave these entries blank.
Specifies a new directory to search for a command.
Specifies a new name for a command.
Specifies a list of additional arguments sent to the command when called.