mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Another doc update patch. This one includes screen captures for the C++ preferences, and some views, outline view, projects view. Updated the references page to show all documentation in that section from the main page (there were double linked sections and some docs were not linked). Updated the topics_Reference.xml, it also contained invalid and double linked sections.
52 lines
No EOL
2.4 KiB
HTML
52 lines
No EOL
2.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<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 Builder page, C/C++ Properties window</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<!--INFOPOP
|
|
Define the build settings for the current project.
|
|
END INFOPOP-->
|
|
|
|
<body>
|
|
|
|
<h1>Make Builder page, C/C++ Preferences window</h1>
|
|
|
|
<p>You can define build settings on the Make Builder page of the C/C++ Preferences window.</p>
|
|
<p><img src="../images/new_make-builder.png" border="0" width="732" height="611" alt="Make Builder Preferences Dialog Box"></p>
|
|
<dl>
|
|
<dt>Use default</dt>
|
|
<dd>Select this checkbox to use the default make command. Clear the check box to specify a new make command.</dd>
|
|
<dt>Build command</dt>
|
|
<dd>If you clear the <b>Use default</b> checkbox type a new make command in this field.</dd>
|
|
<dt>Stop on first build error</dt>
|
|
<dd>Stops the build when an error occurs.</dd>
|
|
<dt>Build on resource save (Auto Build)</dt>
|
|
<dd>Changes the target of the default build make. By default, this option stops the build when an error occurs.<br>
|
|
<b>Note:</b> This option is only available if you enable it in the workbench preferences.</dd>
|
|
<dt>Build (Incremental Build)</dt>
|
|
<dd>Changes the default build make target. By default, this option builds only the components that are affected by the files which were modified in a project.</dd>
|
|
<dt>Rebuild (Full Build)</dt>
|
|
<dd>Changes the default build make target. By default, this option builds all files in a project, even if they have not been modified. A rebuild is a clean followed by a
|
|
build.</dd>
|
|
<dt>Clean</dt>
|
|
<dd>Deletes intermediate files.</dd>
|
|
</dl>
|
|
|
|
<p><img border="0" 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 border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
|
|
<br>
|
|
<a href="../tasks/cdt_t_proj_build_set.htm">Defining build settings</a></p>
|
|
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
|
|
<br>
|
|
<a href="cdt_o_proj_prop_pages.htm">Project properties</a></p>
|
|
<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
|
|
|
|
</body>
|
|
|
|
</html> |