Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6c71fa13f107339204b57df284f565d1b40d173d (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
<!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>New Project Wizard - Managed Make, Select a Target</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<h1>New Project Wizard - Managed Make, Select a Project Type</h1>
<p>You can select the type of project and build configurations from this page of the wizard.</p>
<p><img src="../images/new_proj_wz_man_target.png"  alt="New Project Wizard, Managed Make, Select a Project Type"></p>

<p> <table border="1" cellspacing="0">
 <tr>
 	<th>Name</th>
 	<th>Function</th>
</tr> 
<tr>
	<td><b>Project Type</b></td>
	<td>You can select a project type from the drop down list.</td>
</tr> 
<tr>
	<td><b>Configurations</b></td>
	<td>Specifies which build configurations will be supported for your project.</td>

</tr>
<tr>
	<td><b>Show All Project Types</b></td>
	<td>If selected, all known project types will appear in the <b>Project Type</b> list.  
	By default, the list is filtered so that only project types that are buildable on the host system are shown.</td>
</tr>
<tr>
	<td><b>Show All Configurations</b></td>
	<td>If selected, all known default configurations will appear in the <b>Configurations</b> window.  
	By default, the list is filtered so that only configurations that are buildable on the host system are shown.</td>
</tr>
</table></p>



<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>
</p>

<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
<a href="../getting_started/cdt_w_basic.htm">CDT Managed Make Tutorial</a><br>
<a href="../getting_started/cdt_w_standard.htm">CDT Standard Make Tutorial</a><br>
</p>

<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
<a href="cdt_u_new_proj_wiz.htm">New Project Wizard</a><br>
<a href="cdt_u_new_proj_wiz_m_proj.htm">Managed Make, Referenced Projects</a><br>
<a href="cdt_u_new_proj_wiz_m_cindexer.htm">Managed Make, C/C++ Indexer</a><br>
<a href="cdt_u_new_proj_wiz_s_name.htm">Standard Make, Name</a><br>
<a href="cdt_u_new_proj_wiz_s_proj.htm">Standard Make, Referenced Projects</a><br>
<a href="cdt_u_new_proj_wiz_s_mbuilder.htm">Standard Make, Make Builder</a><br>
<a href="cdt_u_new_proj_wiz_s_errorp.htm">Standard Make, Error Parsers</a><br>
<a href="cdt_u_new_proj_wiz_s_binary.htm">Standard Make, Binary Parser</a><br>
<a href="cdt_u_new_proj_wiz_s_discovery.htm">Standard Make, Discovery Options</a><br>
<a href="cdt_u_new_proj_wiz_s_cindexer.htm">Standard Make, C/C++ Indexer</a></p>


<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>

</body>
</html>

Back to the top