carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/tasks/cdt_t_convert_cdt_proj.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>Converting CDT 1.x Projects</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>Converting CDT 1.x Projects</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>How you update your CDT 1.x project to CDT 3.1 depends upon whether the 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
project is a Standard Make project or a Managed Make project. For a Standard 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
Make project, see <b>Convert to C/C++ Make Project Wizard</b> below.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
<h2>Updating a Managed Make Project </h2>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
<p>For a Managed Make project, the Managed Build system will prompt you to 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
convert your project when it attempts to read the Managed Build project 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
information and discovers that the project needs to be updated.&nbsp; You will be prompted to update the project.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
<p> <img src="../images/update_managed_build.png" alt="Update Managed Builder dialog box"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
<p>Click <b>Yes</b> and the project will be updated.&nbsp; The updated Managed 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
Build information can no longer be loaded by CDT 1.x or CDT 2.x.&nbsp; Select <b>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
No</b> and the project will not be updated.&nbsp; You will be able to view the 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
Managed Build settings, but no changes will be saved when you close the project 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
or exit Eclipse.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
<h2>Convert to C/C++ Make Project Wizard</h2>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
<p>Select <b>File > New > Convert to a C/C++ Make Project</b>. If that selection is not available, you can find the instructions for adding it <a href="cdt_t_add_custom_persp.htm">here</a>.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
<p><img src="../images/file_new_conv.png" alt="File - New - Convert to a C/C++ Make Project menu selection"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
<p>From the <b>Convert to C/C++ Make Project Wizard</b> select the project you want to convert and click <b>Finish</b>.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
<p><img src="../images/convert_proj.png" alt="Convert to C/C++ Make Project Wizard"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
<p><b>Note: </b>You may need to manually enable Path Discovery for CDT 1.x Standard Make projects, depending on how your CDT project was configured.  
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
See <a href="cdt_t_discovery.htm">Set Discovery Options</a> for details.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
<a href="cdt_t_add_custom_persp.htm">Adding Convert to a C/C++ Make Project to the New menu</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
<a href="cdt_t_discovery.htm">Set Discovery Options</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
<a href="cdt_t_convert_mbs20_proj.htm">Converting CDT 2.x Managed Make Projects </a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
</html>