mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
bug 333113: Rebuild last target: option to use build location of active build configuration
Patch from Axel Mueller
This commit is contained in:
parent
81fde57a42
commit
73a58b60cc
1 changed files with 5 additions and 1 deletions
|
@ -36,8 +36,12 @@
|
||||||
<td valign="top">This option defines the scope of command "Rebuild Last Target" in Make Targets View.</td>
|
<td valign="top">This option defines the scope of command "Rebuild Last Target" in Make Targets View.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td width="35%" valign="top"><strong>From selected project</strong></td>
|
||||||
|
<td valign="top">Rebuild the same make target as was run last time in the currently selected project.</td>
|
||||||
|
</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 the same make target as was run last time in 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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue