carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/tasks/cdt_t_proj_new.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 3.2 Final//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>Creating a project</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>Creating a project</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>You can create a standard make or managed make C or C++ project.</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>To create a project:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
<ol>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
  <li>Click <b>File &gt; New &gt; Project</b>.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
  <img src="../images/file_menu.png" alt="File &gt;New &gt; Project">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
  </li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
  <li>In the New Project wizard, open <b>C</b> or <b>C++</b> folder and select corresponding project.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
  <img src="../images/new_project_wizard.png" alt="New Project Wizard"></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
  <li>Click <b>Next</b>.</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
  <li>In the <b>Project Name</b> box, type a name.</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
  <li>To specify a different directory in which to save your project, clear the <b>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
  Use Default Location</b> check box, and enter the path in the <b>Location</b> 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
  box.</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
  <li>Select <b>Project type</b> on the left pane. For more information, see <a href="cdt_t_proj_platf.htm">Selecting a 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
  project type</a>.</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
  <li>Select one or more toolchains from the list on the right pane.</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
  <li>You can change build configurations list for the project. To do it, press <b>Next</b>. 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
  But usually you need not to do it.</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
  <li>To create your project, click <b>Finish</b>.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
  <img src="../images/new_proj_wz_name.png" alt="New Project Wizard"></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
  </li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
  <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
  <li>If a message box prompts 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
  you to switch perspectives, click <b>Yes</b>.</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
  <li>Define your project 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
  properties. For more information, 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
  see <a href="../reference/cdt_u_properties.htm">Defining project properties</a>.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
</ol>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
<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
    55
<br><a href="../concepts/cdt_c_projects.htm">CDT Projects</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
<br><a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
<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
    59
<br><a href="cdt_o_proj_files.htm">Working with C/C++ project files</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
<br><a href="cdt_t_proj_new_with_template.htm">Creating a project via a project template</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
<br><a href="../reference/cdt_u_properties.htm">Project properties</a>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
<br><a href="../reference/cdt_o_views.htm">Views</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    71
</html>