carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/tasks/cdt_t_proj_build_set.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2

<!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>Defining Project Build settings</title>
  <link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Defining Project Build settings</h1>
<p>The <b>Builder Settings</b> page lets you:</p>
<ul>
  <li>Select whether CDT-generated makefile should be used or custom one.</li>
  <li>Select internal or external builder (for generated makefile only).</li>
  <li>Change the default build command (for external builder or for custom makefile).</li>
  <li>Configure how the CDT handles make errors.</li>
  <li>Change parallel build settings.</li> 
  <li>Map the target passed to make when you select build or rebuild.</li>
  <li>Redefine duild directory (for custom makefile only)</li>
</ul>

<p>To define build settings:<br>
In the C/C++ Projects view, right-click your project, and select <b>Properties</b>. 
Select <b>C/C++ Build </b> from the list.</li>
</p>

<p><img src="../images/builder_settings.png"
 alt="Defining Project Build settings"></p>

<ul>
  <li>To stop the build when an error is encountered, select <b>Stop
on first build error</b>.</li>
  <li>Select one of the following build command settings:</li>
  <ul>
    <li>To use the default make command, select the <b>Use Default</b>
check box.</li>
    <li>To use a build utility other than the default make command <b>Build
Command</b> box, clear the <b>Use Default</b> check box .</li>
  </ul>
  <li>In the Workbench Build Behavior box, do the following:</li>
  <ul>
    <li>To build your project when resources are saved and change the
default make build target, select the <b>Build on resource save (Auto
Build)</b> check box. Enter a new build target in the <b>Make build
target</b> box.</li>
    <li>To change the build default make build target, select the <b>Build
(Incremental Build)</b> check box. Enter a new build target in the <b>Make
build target</b> box.</li>
    <li>To change the rebuild default make build target, select the <b>Rebuild
(Full Build)</b> check box. Enter a new build target in the <b>Make
build target</b> box.</li>
  </ul>
  <li>Click <span style="font-weight: bold;">OK</span>.</li>
</ul>
<p><img border="0" src="../images/ngconcepts.gif" alt="Related concepts"
 width="143" height="21"><br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a></p>
<p><img border="0" src="../images/ngtasks.gif" alt="Related tasks"
 width="143" height="21">
<br>
<a href="cdt_o_proj_files.htm">Working with C/C++ project files</a></p>
<img src="../images/ng00_04a.gif" alt="IBM Copyright Statement">
</body>
</html>