Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm
index be7fdb1b6c1..24a0a0239c2 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_prop_build_environment.htm
@@ -24,56 +24,56 @@ Customizes the build environment for all projects in the workspace; it lets you
</colgroup>
<tbody>
<tr>
- <td><dt>Configuration</dt></td>
+ <td><b>Configuration</b></td>
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr>
<tr>
- <td><dt>Manage configurations</dt></td>
+ <td><b>Manage configurations</b></td>
<td><a href="cdt_u_prop_all.htm">Click here for a description.</a></td>
</tr>
<tr>
- <td><dt>Environment variables to set</dt></td>
+ <td><b>Environment variables to set</b></td>
<td>Shows the current list of environment variables and their corresponding value. These are the environment variable values used when building.</td>
</tr>
<tr>
- <td><dt>Variable</dt></td>
+ <td><b>Variable</b></td>
<td>Specifies the name of the environment variable.</td>
</tr>
<tr>
- <td><dt>Value</dt></td>
+ <td><b>Value</b></td>
<td>Specifies the value of the environment variable.</td>
</tr>
<tr>
- <td><dt>Append variables to native environment</dt></td>
+ <td><b>Append variables to native environment</b></td>
<td>Appends the variables to the native environment during its execution.</td>
</tr>
<tr>
- <td><dt>Replace native environment with specified one </dt></td>
+ <td><b>Replace native environment with specified one </b></td>
<td>Replaces the native environment with the specified variables, and then restores the native environment upon its completion.</td>
</tr>
<tr>
- <td><dt>New</dt></td>
+ <td><b>New</b></td>
<td>Opens a dialog to create a new environment variable and value. Custom environment variables that you create appear in bold within the list.
<p><img img="" src="../images/cdt_buildenv_newenvvar.png" alt="C/C++ Project Properties, Environment, New environment variable"></p> <br>
<p>Click <b>Variables</b> to Select variables by name to include in the value. Select <b>Add to all configurations</b> to make this new environment variable available to all configurations for the selected project; otherwise, the variable is only available for the currently selected configuration.</p>
</td>
</tr>
<tr>
- <td><dt>Select</dt></td>
+ <td><b>Select</b></td>
<td>Opens the Select variables dialog where you can choose from a list of system variables.
<p><img img="" src="../images/cdt_buildenv_selectvar.png" alt="C/C++ Project Properties, Environment, New environment variable"></p></td>
</td>
</tr>
<tr>
- <td><dt>Edit</dt></td>
+ <td><b>Edit</b></td>
<td>Modifies the name and value of the selected environment variable.</td>
</tr>
<tr>
- <td><dt>Remove</dt></td>
+ <td><b>Remove</b></td>
<td>Removes the selected environment variables from the list.</td>
</tr>
<tr>
- <td><dt>Undefine</dt></td>
+ <td><b>Undefine</b></td>
<td>Undefines the currently selected variable; however, some variables, such as the PATH variable, cannot be undefined.
</td>
</tr>

Back to the top