mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
62 lines
No EOL
2.4 KiB
HTML
62 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 name="GENERATOR" content="Microsoft FrontPage 5.0">
|
|
<meta name="ProgId" content="FrontPage.Editor.Document">
|
|
<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++ Properties window</h1>
|
|
|
|
<p>The Make Builder page of the C/C++ Properties window lets you define build settings.</p>
|
|
|
|
<dl>
|
|
<dt>Stop on Error</dt>
|
|
<dd>Stops the build when an error is encountered.</dd>
|
|
<dt>Keep Going on Error</dt>
|
|
<dd>Continues the build even if an error is encountered.</dd>
|
|
<dt>Use Default</dt>
|
|
<dd>Use the default make command. Clear the check box to change the default make command.</dd>
|
|
<dt>Build Command</dt>
|
|
<dd>Type a build command.</dd>
|
|
<dt>Build on resource save (Auto Build)</dt>
|
|
<dd>Changes the default build make target. By default,
|
|
this option to stop the build when an error is encountered.<br>
|
|
<b>Note:</b> This option is only effective if it is enabled 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 affected by modified files in that particular
|
|
project.</dd>
|
|
<dt>Rebuild (Full Build)</dt>
|
|
<dd>Changes the default build make target. By default,
|
|
this option builds every file in a project whether or not a file has been modified since
|
|
the last build. A Rebuild is a clean followed by a
|
|
build.</dd>
|
|
<dt>Make build target</dt>
|
|
<dd>Type a make build target.</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> |