Skip to main content
summaryrefslogtreecommitdiffstats
blob: 146bc683a4ec8c36e1662ed6dd1e56a30105f6f2 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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>Settings preferences</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>

<h1>Settings preferences</h1>

<p>Use the <b>Settings</b> preference panel in the Preferences window to specify the Makefile style and include directories.</p>

<p><img src="../images/make_settings_prefs.png" alt="Settings Preferences Window"></p>
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
	<caption><b>Settings Preference Options</b></caption>
	<colgroup>
		<col width="30%" valign="top" >
		<col width="70%" valign="top" >
	</colgroup>
	<tbody>
		<tr>
			<td><b>Posix Make</b></td>
			<td>Enable to generate makefiles that are POSIX Make compatible.</td>
		</tr>
		<tr>
			<td><b>GNU Make</b></td>
			<td>Enable to generate makefiles that are GNU Make compatible.</td>
		</tr>
		<tr>
			<td><b>New...</b></td>
			<td>Opens the <b>Browse for Folder</b> dialog to select a directory.</td>
		</tr>
		<tr>
			<td><b>Remove</b></td>
			<td>Click to remove the currently selected directory from the Makefile include directories list.</td>
		</tr>
		<tr>
			<td><b>Up</b></td>
			<td>Click to move the currently selected directory up in the list.</td>
		</tr>
		<tr>
			<td><b>Down</b></td>
			<td>Click to move the currently selected directory down in the list.</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><br>
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
<a href="../reference/cdt_o_views.htm">Views</a></p>
<hr>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

</body>

</html>

Back to the top