carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_make_settings_pref.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
<title>Settings preferences</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<h1>Settings preferences</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
<p>Use the <b>Settings</b> preference panel in the Preferences window to specify the Makefile style and include directories.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
<p><img src="../images/make_settings_prefs.png" alt="Settings Preferences Window"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
<table width="600px" cellpadding="5" cellspacing="0" border="1" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
	<caption><b>Settings Preference Options</b></caption>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
	<colgroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
		<col width="30%" valign="top" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
		<col width="70%" valign="top" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
	</colgroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
	<tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
			<td><b>Posix Make</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
			<td>Enable to generate makefiles that are POSIX Make compatible.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
			<td><b>GNU Make</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
			<td>Enable to generate makefiles that are GNU Make compatible.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
			<td><b>New...</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
			<td>Opens the <b>Browse for Folder</b> dialog to select a directory.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
			<td><b>Remove</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
			<td>Click to remove the currently selected directory from the Makefile include directories list.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
			<td><b>Up</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
			<td>Click to move the currently selected directory up in the list.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
		<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
			<td><b>Down</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
			<td>Click to move the currently selected directory down in the list.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
		</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
	</tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
</table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
<a href="../concepts/cdt_c_build_over.htm">Build overview</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
<a href="../tasks/cdt_t_proj_build_set.htm">Defining Project Build settings</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
<a href="../tasks/cdt_o_build_task.htm">Building projects</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
<a href="../reference/cdt_o_views.htm">Views</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
<hr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
</html>