mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00

- add org.eclipse.cdt.debug.application plugin which supports running CDT debugger as Eclipse application - add org.eclipse.cdt.debug.application.docs plugin which is the modified CDT docs - add org.eclipse.cdt.debug.standalone-feature which bundles the two aforementioned plugins - add org.eclipse.cdt.debug.standlone.source-feature Change-Id: I1a1ae855ab3912e678b7d9e3465e2fbbfe949e13 Reviewed-on: https://git.eclipse.org/r/25845 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
73 lines
No EOL
3.2 KiB
HTML
73 lines
No EOL
3.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Make Targets Preferences</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div role="main"><h1>Make Targets preferences</h1>
|
|
|
|
<p>Use the <img src="../images/command_link.png" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.cdt.make.ui.preferences.MakePreferencePage)")'>Make Targets</a> preference panel in the <strong>Preferences</strong> window to set make target options.</p>
|
|
|
|
<p><img src="../images/make_targets.png" alt="Make Targets Preferences Window"></p>
|
|
<table width="600px" cellpadding="4" cellspacing="0" border="1" fgcolor="DDD">
|
|
<caption><strong>Make Targets Preference Options</strong></caption>
|
|
<colgroup>
|
|
<col width="35%" valign="top" >
|
|
<col width="65%" valign="top" >
|
|
</colgroup>
|
|
<tbody>
|
|
<tr style="text-align:center;" >
|
|
<th style="width:35%" id="option"><strong>Options</strong></th>
|
|
<th id="description"><strong>Description</strong></th>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:35%" valign="top" headers="option"><strong>Build Make target in the background</strong></td>
|
|
<td valign="top" headers="description">Select this checkbox to perform builds in the background.</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:35%" valign="top" headers="option"><strong>Rebuild Last Target</strong></td>
|
|
<td valign="top" headers="description">This option defines the scope of command "Rebuild Last Target" in Make Targets View.</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:35%" valign="top" headers="option"><strong>From selected project</strong></td>
|
|
<td valign="top" headers="description">Rebuild the same make target as was run last time in the currently selected project.</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:35%" valign="top" headers="option"><strong>From selected folder</strong></td>
|
|
<td valign="top" headers="description">Rebuild the same make target as was run last time in the currently selected folder.</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:35%" valign="top" headers="option"><strong>From selected root</strong></td>
|
|
<td valign="top" headers="description">Rebuild the same make target as was run last time in the project from root folder.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<dl>
|
|
<dt></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
|
|
<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
|
|
<br>
|
|
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
|
|
<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
|
<br>
|
|
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
|
|
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
|
|
<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
|
|
<a href="../reference/cdt_o_views.htm">Views</a><br>
|
|
<a href="../reference/cdt_u_make_targets_view.htm">Make Targets View</a>
|
|
</p>
|
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
|
|
|
</div></body>
|
|
|
|
</html> |