mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
65 lines
2.4 KiB
HTML
65 lines
2.4 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 <b>Environment</b> 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>
|
|
<b>Environment Options</b>
|
|
</caption>
|
|
<colgroup>
|
|
<col width="30%" valign="top" >
|
|
<col width="70%" valign="top" >
|
|
</colgroup>
|
|
<tbody>
|
|
<tr>
|
|
<td width="171" valign="top"><b>Environment variables to set </b></td>
|
|
<td width="503" valign="top">Shows a list of the environment variables and their value. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>New...</b></td>
|
|
<td valign="top">Click to open the <b>New Variable</b> dialog where you define the variable name and value. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Select...</b></td>
|
|
<td valign="top"><p>Click to open the <b>Select variables</b> dialog. </p> </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Edit...</b></td>
|
|
<td valign="top">Click to edit the currently selected variable and its value. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Remove</b></td>
|
|
<td valign="top">Click to remove the currently selected variable. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Undefine</b></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"><b>Append variables to native environment </b></td>
|
|
<td valign="top">Activate this checkbox to append the variables to the native environment during execution. </td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><b>Replace native environment with specified one </b></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>
|