Skip to main content
summaryrefslogtreecommitdiffstats
blob: 144cf55ea8da28abb27b0026d4c3d69954381268 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 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>Makefile Project - Behavior page</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Makefile Project - Behavior page</h1>
<p>You can define build behavior on the <b>Behavior</b> page of the <b>Makefile Project</b> panel in the  <b>Preferences</b> window.</p>
<p><img src="../images/new_make-behavior.png" width="540" height="516"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
  <caption>
  <b>Makefile Project - Behavior options</b>
  </caption>
  <colgroup>
  <col width="30%" valign="top" >
  <col width="70%" valign="top" >
  </colgroup>
  <tbody>
    <tr>
      <td valign="top"><b>Stop on first build error </b></td>
      <td valign="top">Stops the build when an error occurs.</td>
    </tr>
    <tr>
      <td width="217" valign="top"><b>Use parallel build </b></td>
      <td width="357" valign="top">Activate to generate parallel builds. </td>
    </tr>
    <tr>
      <td valign="top"><b>Use optimal jobs number </b></td>
      <td valign="top">Activate to let the system determine the optimal number of parallel jobs to perform. </td>
    </tr>
    <tr>
      <td valign="top"><b>Use parallel jobs </b></td>
      <td valign="top">Set the maximum number of parallel jobs to perform. </td>
    </tr>
    <tr>
      <td valign="top"><b>Build on resource save (Auto build) </b></td>
      <td valign="top">Defines what the standard builder will call when a file is saved, it is not recommended to enable Auto Build for C/C++ projects.</td>
    </tr>
    <tr>
      <td valign="top"><b>Make build target </b></td>
      <td valign="top">Define what the standard builder will call by default when told to build, rebuild, clean, etc.  You can change these so that new projects will use different targets if the defaults are not appropriate. Click <b>Variables</b> to open the <b>Select build variable</b> dialog. </td>
    </tr>
    <tr>
      <td valign="top"><b>Build (Incremental build) </b></td>
      <td valign="top">Defines what the standard builder will call when an incremental build is performed.</td>
    </tr>
    <tr>
      <td valign="top"><b>Clean</b></td>
      <td valign="top">Defines what the standard builder will call when a clean is performed.</td>
    </tr>
  </tbody>
</table>
<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 Project 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">New CDT Project Wizard</a></p>
<img src="../images/nokia2007Copyright.png" width="255" height="14"><br>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" > 

</body>

</html>

Back to the top