You can specify environment variables to use with your applications either at a project level or for a build configuration.
This opens the Add variable dialog box.
The script must contain the variables in the following format and must not require user interaction:
For Windows environments:
set variable=value
For UNIX environments:
export variable=value
Building the project adds the information about the variables to the application.