mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Revised wording for Make Targets Preferences
This commit is contained in:
parent
185bf9c036
commit
04f18e524b
1 changed files with 7 additions and 2 deletions
|
@ -31,13 +31,17 @@
|
|||
<td width="35%" valign="top"><strong>Build Make target in the background</strong></td>
|
||||
<td valign="top">Select this checkbox to perform builds in the background.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="35%" valign="top"><strong>Rebuild Last Target</strong></td>
|
||||
<td valign="top">This option defines the scope of command "Rebuild Last Target" in Make Targets View.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="35%" valign="top"><strong>From selected folder</strong></td>
|
||||
<td valign="top">Rebuild make target from the currently selected folder.</td>
|
||||
<td valign="top">Rebuild the same make target as was run last time in the currently selected folder .</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="35%" valign="top"><strong>From selected root</strong></td>
|
||||
<td valign="top">Rebuild make target from the currently selected root.</td>
|
||||
<td valign="top">Rebuild the same make target as was run last time in the project from root folder.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -56,6 +60,7 @@
|
|||
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
|
||||
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
|
||||
<a href="../reference/cdt_o_views.htm">Views</a></p>
|
||||
<a href="../reference/cdt_u_make_targets_view.htm">Make Targets View</a></p>
|
||||
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue