Next: Package Linker, Previous: Package Compiler, Up: Configuration File Reference [Contents][Index]
Specifies the name of the executable of the binder driver. When this attribute is not specified, there is no binder for the language. Example:
for Driver ("Ada") use "/.../gprbind";
Specifies the minimum options to be used when invoking the binder driver. These options are put in the appropriate section in the binder exchange file, one option per line. Example:
for Required_Switches ("Ada") use ("--prefix=<prefix>");
Specifies the prefix to be used in the name of the binder exchange file. Example:
for Prefix ("C++") use ("c__");
Specifies the name of an environment variable that is used by the compiler to get the object search path. The value of the environment variable is the object search path to be used by the compiler. Example:
for Objects_Path ("Ada") use "ADA_OBJECTS_PATH";
Specifies the name of an environment variable that is used by the compiler to get the object search path. The value of the environment variable is the path name of a text file that contains the path names of the directories of the object search path. Example:
for Objects_Path_File ("Ada") use "ADA_PRJ_OBJECTS_FILE";