This Chapter describes all the environment variables. Some environment variables are also used by other tools (For example, Linker or Assembler). Consult the respective manual for more information.
Parameters are set in an environment using environment variables. There are three ways to specify your environment:
The syntax for setting an environment variable is ( Listing: Setting the GENPATH environment variable):
<KeyName>=<ParamDef>
GENPATH=C:\INSTALL\LIB;D:\PROJECTS\TESTS;/usr/local/lib; /home/me/my_project
Parameters may be defined in several ways:
When looking for an environment variable, all programs first search the system environment, then the default.env file, and finally the global environment file defined by ENVIRONMENT. If no definition is found, a default value is assumed.
The major sections in this chapter are: