diff -r 000000000000 -r fb279309251b core/com.nokia.carbide.cpp.doc.user/html/reference/build_properties/pane_build_config_env.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/build_properties/pane_build_config_env.htm Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +1,62 @@ + + + + + + + +Environment Variables + + + +

Environment Variables

+

The Environment Variables pane allows you to view the current User and System environment variables that will be used when any abld command is invoked. User variables are modified or added when a process is invoked. Read only system variables are listed. Variables and values in bold are items that have been modified from their default values.

+

Some variables have special meaning, including:

+ +

+

Figure 1 - Environment Variables

+
Table 1 Environment variable items
+ + + + + + + + + + + + + + + + + + + + + +
ItemExplanation
NewClick to add a new environment variable. You must specify a name and a value.
EditAllows you to edit the name and value of an environment variable.
Undefine

Undefines the selected variable so that it is not used during a build.

+

NOTE Some variables, like PATH, EPOCROOT, and those beginning with MW* have special meaning and cannot be undefined.

Variable use

Shows the use for the selected variable. Uses include:

+
    +
  • Default – Take the variable as-is from the system, do not modify it.
  • +
  • Append – Add the value displayed to the end of the existing variable (the existing variable name is not displayed.
  • +
  • Prepend – Add the value displayed to the front of the existing variable (the existing variable name is not displayed.
  • +
  • Replace – Replace the value displayed with the existing variable.
  • +
  • Undefine – Not used during a build
  • +
+
Other references
+ + + + + \ No newline at end of file