1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Revised wording for Make Targets Preferences

This commit is contained in:
Andrew Gvozdev 2010-05-29 19:45:55 +00:00
parent 185bf9c036
commit 04f18e524b

View file

@ -31,13 +31,17 @@
<td width="35%" valign="top"><strong>Build Make target in the background</strong></td> <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> <td valign="top">Select this checkbox to perform builds in the background.</td>
</tr> </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> <tr>
<td width="35%" valign="top"><strong>From selected folder</strong></td> <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>
<tr> <tr>
<td width="35%" valign="top"><strong>From selected root</strong></td> <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> </tr>
</tbody> </tbody>
</table> </table>
@ -56,6 +60,7 @@
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p> <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> <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_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" > <img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body> </body>