Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5001cd38d7e67f41fbbd43a6c71d1be1892a89b1 (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
<!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>
<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" alt="Make Builder Preferences window"></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>Workbench Build Behavior</dt>
  <dd>These settings are 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.</dd>
  <dt>Build on resource save (Auto Build)</dt>
  <dd>This defines what the standard builder will call when a file is saved, it is not recommended to enable Auto Build for C/C++ projects.</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>

Back to the top