Environment

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):

Parameter:
   <KeyName>=<ParamDef>  
Note: Normally no white space is allowed in the definition of an environment variable.
Listing: Setting the GENPATH environment variable
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.

Note: The environment may also be changed using the -Env: Set Environment Variable option.
Note: Make sure that there are no spaces at the end of any environment variable declaration.

The major sections in this chapter are: