-Env: Set Environment Variable

Group

HOST

Scope

Compilation Unit

Syntax
  -Env<Environment Variable>=<Variable Setting> 
  
Arguments

<Environment Variable>: Environment variable to be set

<Variable Setting>: Setting of the environment variable

Default

None

Description

This option sets an environment variable. This environment variable may be used in the maker, or used to overwrite system environment variables.

Defines

None

Pragmas

None

Example
  -EnvOBJPATH=\sources\obj 
  

This is the same as:

  OBJPATH=\sources\obj 
  

in the default.env file.

Use the following syntax to use an environment variable using filenames with spaces:

  -Env"OBJPATH=\program files" 
  
See also

Environment