HOST
Compilation Unit
-Env<Environment Variable>=<Variable Setting>
<Environment Variable>: Environment variable to be set
<Variable Setting>: Setting of the environment variable
None
This option sets an environment variable. This environment variable may be used in the maker, or used to overwrite system environment variables.
None
None
-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"