2007-06-18 15:26:21 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
< html lang = "en" >
< head >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< title > Environment preferences< / title >
< link rel = "stylesheet" type = "text/css" href = "../help.css" >
2010-04-18 19:17:49 +00:00
< script language = "JavaScript" src = "PLUGINS_ROOT/org.eclipse.help/livehelp.js" > < / script >
2007-06-18 15:26:21 +00:00
< / head >
< body >
2010-04-18 19:17:49 +00:00
< h1 > Environment preferences< / h1 >
2007-06-18 15:26:21 +00:00
2010-05-10 20:25:24 +00:00
< p > Use the < img src = "../images/command_link.png" border = "0" alt = "" > < a class = "command-link" href = 'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.managedbuilder.ui.preferences.PrefPage_Env)")' > Environment< / a > preference panel to define environment variables and their use.< / p >
2010-04-18 19:17:49 +00:00
< p > < img src = "../images/view_environment_prefs.png" alt = "Environment Preference" > < / p >
2007-06-18 15:26:21 +00:00
< table width = "600" cellpadding = "5" cellspacing = "0" border = "1" >
< caption >
2010-03-31 01:34:27 +00:00
< strong > Environment Options< / strong >
2007-06-18 15:26:21 +00:00
< / caption >
< colgroup >
< col width = "30%" valign = "top" >
< col width = "70%" valign = "top" >
< / colgroup >
< tbody >
2010-04-18 19:17:49 +00:00
< tr align = "center" >
< td valign = "top" > < strong > Options< / strong > < / td >
< td valign = "top" > < strong > Description< / strong > < / td >
< / tr >
2007-06-18 15:26:21 +00:00
< tr >
2010-04-18 19:17:49 +00:00
< td valign = "top" > < strong > Environment variables to set < / strong > < / td >
< td valign = "top" > Shows a list of the environment variables and their value. < / td >
2007-06-18 15:26:21 +00:00
< / tr >
< tr >
2010-03-31 01:34:27 +00:00
< td valign = "top" > < strong > New...< / strong > < / td >
< td valign = "top" > Click to open the < strong > New Variable< / strong > dialog where you define the variable name and value. < / td >
2007-06-18 15:26:21 +00:00
< / tr >
< tr >
2010-03-31 01:34:27 +00:00
< td valign = "top" > < strong > Select...< / strong > < / td >
2010-04-18 19:17:49 +00:00
< td valign = "top" > Click to open the < strong > Select variables< / strong > dialog. < / td >
2007-06-18 15:26:21 +00:00
< / tr >
< tr >
2010-03-31 01:34:27 +00:00
< td valign = "top" > < strong > Edit...< / strong > < / td >
2007-06-18 15:26:21 +00:00
< td valign = "top" > Click to edit the currently selected variable and its value. < / td >
< / tr >
< tr >
2010-03-31 01:34:27 +00:00
< td valign = "top" > < strong > Remove< / strong > < / td >
2007-06-18 15:26:21 +00:00
< td valign = "top" > Click to remove the currently selected variable. < / td >
< / tr >
< tr >
2010-03-31 01:34:27 +00:00
< td valign = "top" > < strong > Undefine< / strong > < / td >
2010-04-18 19:17:49 +00:00
< td valign = "top" > Click to undefine the currently selected variable. < br > < br >
2010-04-27 15:38:46 +00:00
< strong > NOTE:< / strong > Some variables, like < span class = "userinput" > PATH< / span > , have special meaning and cannot be undefined.< / td >
2007-06-18 15:26:21 +00:00
< / tr >
< tr >
2010-03-31 01:34:27 +00:00
< td valign = "top" > < strong > Append variables to native environment < / strong > < / td >
2007-06-18 15:26:21 +00:00
< td valign = "top" > Activate this checkbox to append the variables to the native environment during execution. < / td >
< / tr >
< tr >
2010-03-31 01:34:27 +00:00
< td valign = "top" > < strong > Replace native environment with specified one < / strong > < / td >
2007-06-18 15:26:21 +00:00
< td valign = "top" > Activate this checkbox to replace the native environment with these variables, restoring the native environment upon completion. < / td >
< / tr >
< / tbody >
< / table >
2010-04-20 19:21:34 +00:00
< p > < img src = "../images/nokiaCopyright.png" width = "375" height = "12" alt = "Nokia Copyright Statement" > < / p >
2007-06-18 15:26:21 +00:00
< / body >
< / html >