Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Gvozdev2011-02-16 04:10:58 +0000
committerAndrew Gvozdev2011-02-16 04:10:58 +0000
commit73a58b60cc7358d06a7fe9129373f0527c854fa7 (patch)
tree95d2b305fbdb3d3c67dfd6953dca314824acafd7 /doc
parent81fde57a42a0a732b429eb62a2fe89233f80deb1 (diff)
downloadorg.eclipse.cdt-73a58b60cc7358d06a7fe9129373f0527c854fa7.tar.gz
org.eclipse.cdt-73a58b60cc7358d06a7fe9129373f0527c854fa7.tar.xz
org.eclipse.cdt-73a58b60cc7358d06a7fe9129373f0527c854fa7.zip
bug 333113: Rebuild last target: option to use build location of active build configuration
Patch from Axel Mueller
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm
index 92e7c4bdb15..5414dae8379 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_make_pref.htm
@@ -36,8 +36,12 @@
<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 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 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>
<td width="35%" valign="top"><strong>From selected root</strong></td>

Back to the top