1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_environment_pref.htm

65 lines
2.5 KiB
HTML

<!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">
</head>
<body>
<h1>Environment preferences</h1>
<p>Define environment variables and how they are used in the <strong>Environment</strong> preference panel. </p>
<p><img src="../images/view_environment_prefs.png" alt="Environment Preference" width="721" height="641"></p>
<table width="600" cellpadding="5" cellspacing="0" border="1" >
<caption>
<strong>Environment Options</strong>
</caption>
<colgroup>
<col width="30%" valign="top" >
<col width="70%" valign="top" >
</colgroup>
<tbody>
<tr>
<td width="171" valign="top"><strong>Environment variables to set </strong></td>
<td width="503" valign="top">Shows a list of the environment variables and their value. </td>
</tr>
<tr>
<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>
</tr>
<tr>
<td valign="top"><strong>Select...</strong></td>
<td valign="top"><p>Click to open the <strong>Select variables</strong> dialog. </p> </td>
</tr>
<tr>
<td valign="top"><strong>Edit...</strong></td>
<td valign="top">Click to edit the currently selected variable and its value. </td>
</tr>
<tr>
<td valign="top"><strong>Remove</strong></td>
<td valign="top">Click to remove the currently selected variable. </td>
</tr>
<tr>
<td valign="top"><strong>Undefine</strong></td>
<td valign="top"><p>Click to undefine the currently selected variable.</p>
<p>NOTE: Some variables, like <span class="userinput">PATH</span>, have special meaning and cannot be undefined. </p></td>
</tr>
<tr>
<td valign="top"><strong>Append variables to native environment </strong></td>
<td valign="top">Activate this checkbox to append the variables to the native environment during execution. </td>
</tr>
<tr>
<td valign="top"><strong>Replace native environment with specified one </strong></td>
<td valign="top">Activate this checkbox to replace the native environment with these variables, restoring the native environment upon completion. </td>
</tr>
</tbody>
</table>
<p><img src="../images/nokia2007Copyright.png" width="255" height="14" alt="Nokia Copyright Statement"></p>
</body>
</html>