1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_newproj_buildset.htm

57 lines
No EOL
2.6 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">
<script language="JavaScript">
function changeSize(theImage,wd,ht) {
wdth=parseInt(theImage.style.width); hght=parseInt(theImage.style.height);
if ( !(wdth==(wd*2)) ) {wdth=wd*2; hght=ht*2;}
else {wdth=wd;hght=ht;}
theImage.style.width=wdth; theImage.style.height=hght;
}
</script>
</head>
<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" width="366" height="306" onClick="changeSize(this,366,306);"
alt="Make Builder Preferences Dialog Box" title="click to toggle image size"></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>