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. Use this environment variable in the maker, or use 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 that uses filenames with spaces:
-Env"OBJPATH=\program files"