-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. Use this environment variable in the maker, or use 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 that uses filenames with spaces:

  -Env"OBJPATH=\program files"

  
See also

Environment