[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Applied: Re: [cdt-patch] cdt.doc.user patch for MBS 2.1 functionality
|
Thanks Leo,
The
zip file with the images is great -- I haven't found a better way to do
them either.
For
the Tutorial, if you want to update the web site, feel free. This
tutorial was written after we had finished 2.0, so the only place for it
was on the web. If you want to move it into the online docs in the
repository, that would be OK too (this would be the correct solution, but
it is up to you :-).
-
Dave
"Treggiari, Leo"
<leo.treggiari@xxxxxxxxx>
Sent by: cdt-patch-admin@xxxxxxxxxxx
11/17/2004 06:02 PM
Please respond to
cdt-patch |
|
To
| <cdt-patch@xxxxxxxxxxx>
|
cc
|
|
Subject
| [cdt-patch] cdt.doc.user
patch for MBS 2.1 functionality |
|
Hi,
This patch updates the existing user documentation
for the 2.1 Managed Build system functionality. I’m also including
a .zip with the updated images, since the patch file doesn’t seem to include
them. Let me know if there is a different way that I’m supposed
to submit these images. The patch should be applied to both the 2.1
branch and HEAD.
This patch updates the sections:
- Getting Started -> CDT Managed Make Tutorial
- Tasks -> Work with C or C++ Project Files
-> Converting CDT 1.x Projects
- Reference -> C/C++ New Project Wizard
-> Managed Make Projects
- Reference -> C/C++ Project Properties
-> Managed Make Projects
There is additional documentation that I
would like to write – we’ll see if I have time before CDT 2.1 GA…
There is a piece of the existing documentation
that needs updating that doesn’t seem to be in the repository, but is
instead just referenced from the CDT website. This is the topic “Getting
Started -> CDT Importing an Existing Project Tutorial.” Should
I just submit updated files for the web site?
Thanks,
Leo
Index: topics_Reference.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Reference.xml,v
retrieving revision 1.13
diff -u -r1.13 topics_Reference.xml
--- topics_Reference.xml 28 Jun 2004 22:05:29 -0000 1.13
+++ topics_Reference.xml 17 Nov 2004 22:41:06 -0000
@@ -66,11 +66,14 @@
<topic label="Managed Make Projects" href="reference/cdt_o_mmake_proj.htm">
<topic label="Info" href="reference/cdt_u_mprop_info.htm"/>
<topic label="Builders" href="reference/cdt_u_mprop_builders.htm"/>
- <topic label="Build" href="reference/cdt_u_mprop_build.htm"/>
+ <topic label="C/C++ Build" href="reference/cdt_u_mprop_build.htm">
+ <topic label="Tool Settings" href="reference/cdt_u_mprop_tool_settings.htm"/>
+ <topic label="Build Settings" href="reference/cdt_u_mprop_build_settings.htm"/>
+ <topic label="Error Parser" href="reference/cdt_u_mprop_merror.htm"/>
+ <topic label="Binary Parser" href="reference/cdt_u_mprop_mbinary.htm"/>
+ </topic>
<topic label="File Types" href="reference/cdt_u_mprop_file_types.htm"/>
<topic label="Indexer" href="reference/cdt_u_mprop_indexer.htm"/>
- <topic label="Error Parser" href="reference/cdt_u_mprop_merror.htm"/>
- <topic label="Binary Parser" href="reference/cdt_u_mprop_mbinary.htm"/>
<topic label="Project References" href="reference/cdt_u_mprop_ref.htm"/>
</topic>
<topic label="Standard Make Projects" href="reference/cdt_o_smake_proj.htm">
@@ -98,9 +101,8 @@
<topic label="C/C++ New Project Wizard" href="reference/cdt_u_new_proj_wiz.htm">
<topic label="Managed Make Projects" href="reference/cdt_o_new_mproj.htm">
<topic label="Name" href="reference/cdt_u_new_proj_wiz_m_name.htm"/>
- <topic label="Select a Target" href="reference/cdt_u_new_proj_wiz_m_target.htm"/>
+ <topic label="Select a Project Type" href="reference/cdt_u_new_proj_wiz_m_target.htm"/>
<topic label="Referenced Projects" href="reference/cdt_u_new_proj_wiz_m_proj.htm"/>
- <topic label="Error Parsers" href="reference/cdt_u_new_proj_wiz_m_errorp.htm"/>
<topic label="C/C++ Indexer" href="reference/cdt_u_new_proj_wiz_m_cindexer.htm"/>
</topic>
<topic label="Standard Make Projects" href="reference/cdt_o_new_sproj.htm">
Index: getting_started/cdt_w_basic.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm,v
retrieving revision 1.9
diff -u -r1.9 cdt_w_basic.htm
--- getting_started/cdt_w_basic.htm 17 Aug 2004 18:21:52 -0000 1.9
+++ getting_started/cdt_w_basic.htm 17 Nov 2004 22:41:07 -0000
@@ -7,10 +7,10 @@
<script language="JavaScript">
var first = 0;
-var last = 22;
+var last = 21;
var position = 0;
-var cdt_w_basicText= new Array(23)
+var cdt_w_basicText= new Array(22)
cdt_w_basicText[0]='cdt_w_basic01.htm';
cdt_w_basicText[1]='cdt_w_basic02.htm';
cdt_w_basicText[2]='cdt_w_basic03.htm';
@@ -18,25 +18,24 @@
cdt_w_basicText[4]='cdt_w_basic05.htm';
cdt_w_basicText[5]='cdt_w_basic06.htm';
cdt_w_basicText[6]='cdt_w_basic07.htm';
-cdt_w_basicText[7]='cdt_w_basic08.htm';
-cdt_w_basicText[8]='cdt_w_basic09.htm';
-cdt_w_basicText[9]='cdt_w_basic10.htm';
-cdt_w_basicText[10]='cdt_w_basic11.htm';
-cdt_w_basicText[11]='cdt_w_basic12.htm';
-cdt_w_basicText[12]='cdt_w_basic13.htm';
-cdt_w_basicText[13]='cdt_w_basic14.htm';
-cdt_w_basicText[14]='cdt_w_basic15.htm';
-cdt_w_basicText[15]='cdt_w_basic16.htm';
-cdt_w_basicText[16]='cdt_w_basic17.htm';
-cdt_w_basicText[17]='cdt_w_basic18.htm';
-cdt_w_basicText[18]='cdt_w_basic19.htm';
-cdt_w_basicText[19]='cdt_w_basic20.htm';
-cdt_w_basicText[20]='cdt_w_basic21.htm';
-cdt_w_basicText[21]='cdt_w_basic22.htm';
-cdt_w_basicText[22]='cdt_w_basic23.htm';
+cdt_w_basicText[7]='cdt_w_basic09.htm';
+cdt_w_basicText[8]='cdt_w_basic10.htm';
+cdt_w_basicText[9]='cdt_w_basic11.htm';
+cdt_w_basicText[10]='cdt_w_basic12.htm';
+cdt_w_basicText[11]='cdt_w_basic13.htm';
+cdt_w_basicText[12]='cdt_w_basic14.htm';
+cdt_w_basicText[13]='cdt_w_basic15.htm';
+cdt_w_basicText[14]='cdt_w_basic16.htm';
+cdt_w_basicText[15]='cdt_w_basic17.htm';
+cdt_w_basicText[16]='cdt_w_basic18.htm';
+cdt_w_basicText[17]='cdt_w_basic19.htm';
+cdt_w_basicText[18]='cdt_w_basic20.htm';
+cdt_w_basicText[19]='cdt_w_basic21.htm';
+cdt_w_basicText[20]='cdt_w_basic22.htm';
+cdt_w_basicText[21]='cdt_w_basic23.htm';
-var cdt_w_basicPic= new Array(23)
+var cdt_w_basicPic= new Array(22)
cdt_w_basicPic[0]='../images/cdt_w_basic01.png';
cdt_w_basicPic[1]='../images/cdt_w_basic02.png';
cdt_w_basicPic[2]='../images/cdt_w_basic03.png';
@@ -44,24 +43,23 @@
cdt_w_basicPic[4]='../images/cdt_w_basic05.png';
cdt_w_basicPic[5]='../images/cdt_w_basic06.png';
cdt_w_basicPic[6]='../images/cdt_w_basic07.png';
-cdt_w_basicPic[7]='../images/cdt_w_basic08.png';
-cdt_w_basicPic[8]='../images/cdt_w_basic09.png';
-cdt_w_basicPic[9]='../images/cdt_w_basic10.png';
-cdt_w_basicPic[10]='../images/cdt_w_basic11.png';
-cdt_w_basicPic[11]='../images/cdt_w_basic12.png';
-cdt_w_basicPic[12]='../images/cdt_w_basic13.png';
-cdt_w_basicPic[13]='../images/cdt_w_basic14.png';
-cdt_w_basicPic[14]='../images/cdt_w_basic15.png';
-cdt_w_basicPic[15]='../images/cdt_w_basic16.png';
-cdt_w_basicPic[16]='../images/cdt_w_basic17.png';
-cdt_w_basicPic[17]='../images/cdt_w_basic18.png';
-cdt_w_basicPic[18]='../images/cdt_w_basic19.png';
-cdt_w_basicPic[19]='../images/cdt_w_basic20.png';
-cdt_w_basicPic[20]='../images/cdt_w_basic21.png';
-cdt_w_basicPic[21]='../images/cdt_w_basic22.png';
-cdt_w_basicPic[22]='../images/cdt_w_basic23.png';
+cdt_w_basicPic[7]='../images/cdt_w_basic09.png';
+cdt_w_basicPic[8]='../images/cdt_w_basic10.png';
+cdt_w_basicPic[9]='../images/cdt_w_basic11.png';
+cdt_w_basicPic[10]='../images/cdt_w_basic12.png';
+cdt_w_basicPic[11]='../images/cdt_w_basic13.png';
+cdt_w_basicPic[12]='../images/cdt_w_basic14.png';
+cdt_w_basicPic[13]='../images/cdt_w_basic15.png';
+cdt_w_basicPic[14]='../images/cdt_w_basic16.png';
+cdt_w_basicPic[15]='../images/cdt_w_basic17.png';
+cdt_w_basicPic[16]='../images/cdt_w_basic18.png';
+cdt_w_basicPic[17]='../images/cdt_w_basic19.png';
+cdt_w_basicPic[18]='../images/cdt_w_basic20.png';
+cdt_w_basicPic[19]='../images/cdt_w_basic21.png';
+cdt_w_basicPic[20]='../images/cdt_w_basic22.png';
+cdt_w_basicPic[21]='../images/cdt_w_basic23.png';
-var screenText= new Array(23)
+var screenText= new Array(22)
screenText[0]='Eclipse Workbench';
screenText[1]='Opening the C/C++ Perspective';
screenText[2]='The C++ Perspective';
@@ -69,22 +67,21 @@
screenText[4]='New Project Wizard';
screenText[5]='New Managed Make C++ Project';
screenText[6]='Select a Target';
-screenText[7]='Error Parser Configuration';
-screenText[8]='C/C++ Indexer Configuration';
-screenText[9]='New C++ Project in the Workbench';
-screenText[10]='Create a New File';
-screenText[11]='New File Wizard';
-screenText[12]='New File in the Workbench';
-screenText[13]='Entering Code in the New .cpp File';
-screenText[14]='Stepping Through the Code in Outline View';
-screenText[15]='Save the File';
-screenText[16]='Displaying New Executables in the Projects View';
-screenText[17]='Selecting Run from the Menu';
-screenText[18]='Run Wizard';
-screenText[19]='Selecting the Program to Run';
-screenText[20]='Run Configuration';
-screenText[21]='Console View with Program Running';
-screenText[22]='Console View with Program Terminated';
+screenText[7]='C/C++ Indexer Configuration';
+screenText[8]='New C++ Project in the Workbench';
+screenText[9]='Create a New File';
+screenText[10]='New File Wizard';
+screenText[11]='New File in the Workbench';
+screenText[12]='Entering Code in the New .cpp File';
+screenText[13]='Stepping Through the Code in Outline View';
+screenText[14]='Save the File';
+screenText[15]='Displaying New Executables in the Projects View';
+screenText[16]='Selecting Run from the Menu';
+screenText[17]='Run Wizard';
+screenText[18]='Selecting the Program to Run';
+screenText[19]='Run Configuration';
+screenText[20]='Console View with Program Running';
+screenText[21]='Console View with Program Terminated';
Index: getting_started/cdt_w_basic07.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic07.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_basic07.htm
--- getting_started/cdt_w_basic07.htm 21 Jun 2004 10:33:03 -0000 1.3
+++ getting_started/cdt_w_basic07.htm 17 Nov 2004 22:41:07 -0000
@@ -7,8 +7,8 @@
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
-<h3>Select a Target</h3>
-<p>Select the Executable Build Target, appropriate for your operating system.</p>
+<h3>Select a Project Type</h3>
+<p>Select the type of project that you want to build, and the default configurations to be created.</p>
<p>Click <b>Next</b>.</p>
</body>
Index: images/cdt_w_basic07.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/cdt_w_basic07.png,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_basic07.png
Binary files /tmp/cvsKs7Rng and cdt_w_basic07.png differ
Index: images/cdt_w_basic09.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/cdt_w_basic09.png,v
retrieving revision 1.3
diff -u -r1.3 cdt_w_basic09.png
Binary files /tmp/cvs2PUFvF and cdt_w_basic09.png differ
Index: images/mprop_binaryp.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/mprop_binaryp.png,v
retrieving revision 1.2
diff -u -r1.2 mprop_binaryp.png
Binary files /tmp/cvsOQHPF4 and mprop_binaryp.png differ
Index: images/mprop_build.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/mprop_build.png,v
retrieving revision 1.2
diff -u -r1.2 mprop_build.png
Binary files /tmp/cvsaqH9Pt and mprop_build.png differ
Index: images/mprop_builders.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/mprop_builders.png,v
retrieving revision 1.2
diff -u -r1.2 mprop_builders.png
Binary files /tmp/cvskhdE0S and mprop_builders.png differ
Index: images/mprop_errorp.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/mprop_errorp.png,v
retrieving revision 1.2
diff -u -r1.2 mprop_errorp.png
Binary files /tmp/cvsATAhbi and mprop_errorp.png differ
Index: images/mprop_file_types.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/mprop_file_types.png,v
retrieving revision 1.2
diff -u -r1.2 mprop_file_types.png
Binary files /tmp/cvsY3f5lH and mprop_file_types.png differ
Index: images/mprop_indexer.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/mprop_indexer.png,v
retrieving revision 1.3
diff -u -r1.3 mprop_indexer.png
Binary files /tmp/cvsGI12w6 and mprop_indexer.png differ
Index: images/mprop_info.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/mprop_info.png,v
retrieving revision 1.2
diff -u -r1.2 mprop_info.png
Binary files /tmp/cvsue49Hv and mprop_info.png differ
Index: images/mprop_proref.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/mprop_proref.png,v
retrieving revision 1.2
diff -u -r1.2 mprop_proref.png
Binary files /tmp/cvsgnBrTU and mprop_proref.png differ
Index: images/new_proj_wz_man_indexer.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/new_proj_wz_man_indexer.png,v
retrieving revision 1.2
diff -u -r1.2 new_proj_wz_man_indexer.png
Binary files /tmp/cvsor704j and new_proj_wz_man_indexer.png differ
Index: images/new_proj_wz_man_proj.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/new_proj_wz_man_proj.png,v
retrieving revision 1.1
diff -u -r1.1 new_proj_wz_man_proj.png
Binary files /tmp/cvsgXXLgJ and new_proj_wz_man_proj.png differ
Index: images/new_proj_wz_man_target.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/new_proj_wz_man_target.png,v
retrieving revision 1.1
diff -u -r1.1 new_proj_wz_man_target.png
Binary files /tmp/cvsWCFGs8 and new_proj_wz_man_target.png differ
Index: images/update_managed_build.png
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/images/update_managed_build.png,v
retrieving revision 1.1
diff -u -r1.1 update_managed_build.png
Binary files /tmp/cvsysgRFx and update_managed_build.png differ
Index: reference/cdt_o_mmake_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_mmake_proj.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_o_mmake_proj.htm
--- reference/cdt_o_mmake_proj.htm 24 Jun 2004 10:49:12 -0000 1.3
+++ reference/cdt_o_mmake_proj.htm 17 Nov 2004 22:41:17 -0000
@@ -14,10 +14,17 @@
<p>This section describes properties for a Managed make project.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_info.htm">Info</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_builders.htm">Builders</a><br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_build.htm">Build</a><br>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_build.htm">C/C++ Build</a><br>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt="">
+<a style="text-decoration:none" href="cdt_u_mprop_tool_settings.htm">Tool Settings</a><br>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt="">
+<a style="text-decoration:none" href="cdt_u_mprop_build_settings.htm">Build Settings </a><br>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt="">
+<a style="text-decoration:none" href="cdt_u_mprop_merror.htm">Error Parsers</a><br>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt="">
+<a style="text-decoration:none" href="cdt_u_mprop_mbinary.htm">Binary Parser</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_file_types.htm">File Types</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_indexer.htm">Indexer</a><br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_merror.htm">Error Parser</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_ref.htm">Project References</a><br>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
Index: reference/cdt_o_new_mproj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_new_mproj.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_o_new_mproj.htm
--- reference/cdt_o_new_mproj.htm 24 Jun 2004 10:49:12 -0000 1.3
+++ reference/cdt_o_new_mproj.htm 17 Nov 2004 22:41:17 -0000
@@ -13,9 +13,9 @@
<h1>C/C++ New Project Wizard, Managed Make Project</h1>
<p>This section describes properties for creating a Managed make project in the <b>C/C++ New Project Wizard</b>.</p>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_name.htm">Name</a><br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_target.htm">Select a Target</a><br>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_target.htm">Select a
+Project Type</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_proj.htm">Referenced Projects</a><br>
- <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_errorp.htm">Error Parsers</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_cindexer.htm">C/C++ Indexer</a><br>
Index: reference/cdt_o_ref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_o_ref.htm,v
retrieving revision 1.12
diff -u -r1.12 cdt_o_ref.htm
--- reference/cdt_o_ref.htm 28 Jun 2004 22:05:29 -0000 1.12
+++ reference/cdt_o_ref.htm 17 Nov 2004 22:41:18 -0000
@@ -68,11 +68,13 @@
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_mmake_proj.htm">Managed Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_info.htm">Info</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_builders.htm">Builders</a><br>
- <img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_build.htm">Build</a><br>
+ <img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_build.htm">C/C++ Build</a><br>
+ <img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_tool_settings.htm">Tool Settings</a><br>
+ <img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_build_settings.htm">Build Settings</a><br>
+ <img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_merror.htm">Error Parser</a><br>
+ <img src="../images/trans.gif" border="0" width="200" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_mbinary.htm">Binary Parser</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_file_types.htm">File Types</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_indexer.htm">Indexer</a><br>
- <img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_merror.htm">Error Parser</a><br>
- <img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_mbinary.htm">Binary Parser</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mprop_ref.htm">Project References</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_smake_proj.htm">Standard Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_sprop_info.htm">Info</a><br>
@@ -95,9 +97,9 @@
<img src="../images/trans.gif" border="0" width="50" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz.htm">C/C++ New Project Wizard</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_new_mproj.htm">Managed Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_name.htm">Name</a><br>
- <img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_target.htm">Select a Target</a><br>
+ <img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_target.htm">Select a
+Project Type</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_proj.htm">Referenced Projects</a><br>
- <img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_errorp.htm">Error Parsers</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_m_cindexer.htm">C/C++ Indexer</a><br>
<img src="../images/trans.gif" border="0" width="100" height="1" alt=""><a style="text-decoration:none" href="cdt_o_new_sproj.htm">Standard Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="150" height="1" alt=""><a style="text-decoration:none" href="cdt_u_new_proj_wiz_s_name.htm">Name</a><br>
Index: reference/cdt_u_mprop_build.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_build.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_mprop_build.htm
--- reference/cdt_u_mprop_build.htm 24 Jun 2004 20:26:35 -0000 1.4
+++ reference/cdt_u_mprop_build.htm 17 Nov 2004 22:41:18 -0000
@@ -9,14 +9,15 @@
</head>
<body>
-<h1>C/C++ Project Properties, Managed, Build</h1>
-Customizes your build configuration, compiler and compile options.
-<p><img img src="../images/mprop_build.png" alt="C/C++ Project Properties, Managed, Build"></p>
+<h1>C/C++ Project Properties, Managed, C/C++ Build</h1>
+Customizes the options used in your build configuration. Select a tab in the
+Configuration Settings area to set a specific category of options.<p><img img src="../images/mprop_build.png" alt="C/C++ Project Properties, Managed, Build"></p>
<p><dl>
- <dt>Platform:</dt><dd>Select the platform from the list provided.</dd>
- <dt>Configurations:</dt><dd>Select the build configuration from the list provided.</dd>
- <dt>Manage...</dt><dd>You can change the make command, make flags, add and remove configurations, and change the name of the build goal.</dd>
+ <dt>Project Type:</dt><dd>Displays the type of project that is built by the
+ selected build configuration.</dd>
+ <dt>Configuration:</dt><dd>Select the build configuration from the list provided.</dd>
+ <dt>Manage...</dt><dd>You can add and remove configurations.</dd>
<dt>Configuration Settings</dt><dd>Edit individual options.</dd>
<dt>Restore Defaults</dt><dd>Returns any changes back to their default setting.</dd>
<dt>Apply</dt><dd>Applies any changes.</dd>
@@ -41,9 +42,12 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
<p>
Index: reference/cdt_u_mprop_builders.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_builders.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_mprop_builders.htm
--- reference/cdt_u_mprop_builders.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_mprop_builders.htm 17 Nov 2004 22:41:18 -0000
@@ -44,10 +44,13 @@
<a href="cdt_u_sprop_pcontainers.htm">C++ Project Properties, Standard, Path Containers</a><br>
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_mprop_file_types.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_file_types.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_mprop_file_types.htm
--- reference/cdt_u_mprop_file_types.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_mprop_file_types.htm 17 Nov 2004 22:41:18 -0000
@@ -42,9 +42,12 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_mprop_indexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_indexer.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_mprop_indexer.htm
--- reference/cdt_u_mprop_indexer.htm 24 Jun 2004 20:26:35 -0000 1.4
+++ reference/cdt_u_mprop_indexer.htm 17 Nov 2004 22:41:18 -0000
@@ -42,9 +42,12 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_mprop_info.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_info.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_mprop_info.htm
--- reference/cdt_u_mprop_info.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_mprop_info.htm 17 Nov 2004 22:41:18 -0000
@@ -38,10 +38,13 @@
<a href="cdt_u_sprop_pcontainers.htm">C++ Project Properties, Standard, Path Containers</a><br>
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_mprop_mbinary.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_mbinary.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_mprop_mbinary.htm
--- reference/cdt_u_mprop_mbinary.htm 28 Jun 2004 22:05:29 -0000 1.2
+++ reference/cdt_u_mprop_mbinary.htm 17 Nov 2004 22:41:19 -0000
@@ -9,11 +9,13 @@
</head>
<body>
-<h1>C/C++ Project Properties, Managed, Binary Parser</h1>
+<h1>C/C++ Project Properties, Managed, C/C++ Build, Binary Parser</h1>
<p>You can select the Binary Parsers you require for the project. </p>
-<p>To ensure the accuracy of the C/C++ Projects view and the ability to successfully run and debug your programs.
-After you select the correct parser for your development environment and build your project, you can view the symbols of the .o file in the C/C++ Projects view.</p>
+<p>To ensure the accuracy of the C/C++ Projects view and the ability to
+successfully run and debug your programs. After you select the correct parser
+for your development environment and build your project, you can view the
+symbols of the object file in the C/C++ Projects view.</p>
@@ -22,7 +24,11 @@
<dl>
- <dt>Binary Parser</dt>
+ <dt>Project Type:</dt><dd>Displays the type of project that is built by the
+ selected build configuration.</dd>
+ <dt>Configuration:</dt><dd>Select the build configuration from the list provided.</dd>
+ <dt>Manage...</dt><dd>You can add and remove configurations.</dd>
+ <dt>Configuration Settings, Binary Parser</dt>
<dd>Select a binary parser from the list.</dd>
<dt>Binary Parser Options</dt>
<dd>If a binary parser has parser options you can define them in this section.</dd>
@@ -53,10 +59,12 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_mprop_merror.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_merror.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_mprop_merror.htm
--- reference/cdt_u_mprop_merror.htm 24 Jun 2004 10:49:12 -0000 1.2
+++ reference/cdt_u_mprop_merror.htm 17 Nov 2004 22:41:19 -0000
@@ -9,15 +9,19 @@
</head>
<body>
-<h1>C/C++ Project Properties, Managed, Error Parser</h1>
-<p>You can view a list of the filters that detect error patterns in the build output log, on the Error Parsers page of a C/C++ project's preferences window.</p>
+<h1>C/C++ Project Properties, Managed, C/C++ Build, Error Parsers</h1>
+<p>You can view a list of the filters that detect error patterns in the build output log, on the Error Parsers page of a C/C++ project's properties window.</p>
<p><img img src="../images/mprop_errorp.png" alt="C/C++ Project Properties, Managed, Error Parser"></p>
<dl>
- <dt>Error Parsers</dt>
+ <dt>Project Type:</dt><dd>Displays the type of project that is built by the
+ selected build configuration.</dd>
+ <dt>Configuration:</dt><dd>Select the build configuration from the list provided.</dd>
+ <dt>Manage...</dt><dd>You can add and remove configurations.</dd>
+ <dt>Configuration Settings, Error Parsers</dt>
<dd>Lists the various error parsers which can be enabled or disabled.</dd>
<dt>Up</dt>
<dd>Moves the selected error parser higher in the list.</dd>
@@ -27,6 +31,8 @@
<dd>Selects all error parsers.</dd>
<dt>Unselect All</dt>
<dd>Clears all error parsers.</dd>
+ <dt>Restore Defaults</dt><dd>Returns any changes back to their default setting.</dd>
+ <dt>Apply</dt><dd>Applies any changes.</dd>
</dl>
<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
@@ -53,7 +59,10 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_mprop_ref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_ref.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_mprop_ref.htm
--- reference/cdt_u_mprop_ref.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_mprop_ref.htm 17 Nov 2004 22:41:19 -0000
@@ -38,10 +38,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_new_proj_wiz_m_cindexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_cindexer.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_m_cindexer.htm
--- reference/cdt_u_new_proj_wiz_m_cindexer.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_m_cindexer.htm 17 Nov 2004 22:41:19 -0000
@@ -16,7 +16,7 @@
</script>
</head>
<h1>New Project Wizard - Managed Make, C/C++ Indexer</h1>
-<p>You can select which C/C++ Indexers to use for your project from this page of the wizard. The indexer is necessary for search and related features, like content assist.</p>
+<p>You can select whether to enable the C/C++ Indexer for your project from this page of the wizard. The indexer is necessary for search and related features, like content assist.</p>
<p><img src="../images/new_proj_wz_man_indexer.png" alt="New Project Wizard"></p>
@@ -33,8 +33,8 @@
<td>When selected C++ Indexing is enabled for this project.</td>
</tr>
<tr>
- <td><b>Enable C++ Index problem reporting</b></td>
- <td>When selected, any index related errors detected will be reported.</td>
+ <td><b>C++ Index problem reporting</b></td>
+ <td>Select the categories of index related errors that will be reported.</td>
</tr>
</table></p>
@@ -50,9 +50,8 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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_errorp.htm">Managed Make, Error Parsers</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>
Index: reference/cdt_u_new_proj_wiz_m_errorp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_errorp.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_m_errorp.htm
--- reference/cdt_u_new_proj_wiz_m_errorp.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_m_errorp.htm 17 Nov 2004 22:41:19 -0000
@@ -66,7 +66,7 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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>
Index: reference/cdt_u_new_proj_wiz_m_name.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_name.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_m_name.htm
--- reference/cdt_u_new_proj_wiz_m_name.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_m_name.htm 17 Nov 2004 22:41:19 -0000
@@ -52,9 +52,8 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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_errorp.htm">Managed Make, Error Parsers</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>
Index: reference/cdt_u_new_proj_wiz_m_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_proj.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_m_proj.htm
--- reference/cdt_u_new_proj_wiz_m_proj.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_m_proj.htm 17 Nov 2004 22:41:20 -0000
@@ -45,8 +45,7 @@
<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_target.htm">Managed Make, Select a Target</a><br>
-<a href="cdt_u_new_proj_wiz_m_errorp.htm">Managed Make, Error Parsers</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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>
Index: reference/cdt_u_new_proj_wiz_m_target.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_m_target.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_new_proj_wiz_m_target.htm
--- reference/cdt_u_new_proj_wiz_m_target.htm 24 Jun 2004 20:26:35 -0000 1.4
+++ reference/cdt_u_new_proj_wiz_m_target.htm 17 Nov 2004 22:41:20 -0000
@@ -7,9 +7,9 @@
<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 Target</h1>
-<p>You can enter the build targets 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 Target"></p>
+<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>
@@ -18,8 +18,8 @@
</tr>
<tr>
- <td><b>Build Target</b></td>
- <td>You can select a build target from the drop down list.</td>
+ <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>
@@ -27,8 +27,8 @@
</tr>
<tr>
- <td><b>Show All Targets</b></td>
- <td>If selected, all known targets will appear in the <b>Configurations</b> window, by default, the list is filtered so that only targets for the host OS are shown.</td>
+ <td><b>Show All Project Types</b></td>
+ <td>If selected, all known project types will appear in the <b>Configurations</b> window, by default, the list is filtered so that only project types for the host OS are shown.</td>
</tr>
</table></p>
@@ -47,7 +47,6 @@
<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_errorp.htm">Managed Make, Error Parsers</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>
Index: reference/cdt_u_new_proj_wiz_s_binary.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_binary.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_new_proj_wiz_s_binary.htm
--- reference/cdt_u_new_proj_wiz_s_binary.htm 20 Jul 2004 19:27:45 -0000 1.4
+++ reference/cdt_u_new_proj_wiz_s_binary.htm 17 Nov 2004 22:41:20 -0000
@@ -51,9 +51,8 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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_errorp.htm">Managed Make, Error Parsers</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>
Index: reference/cdt_u_new_proj_wiz_s_cindexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_cindexer.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_s_cindexer.htm
--- reference/cdt_u_new_proj_wiz_s_cindexer.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_s_cindexer.htm 17 Nov 2004 22:41:20 -0000
@@ -49,9 +49,8 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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_errorp.htm">Managed Make, Error Parsers</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>
Index: reference/cdt_u_new_proj_wiz_s_discovery.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_discovery.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_s_discovery.htm
--- reference/cdt_u_new_proj_wiz_s_discovery.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_s_discovery.htm 17 Nov 2004 22:41:20 -0000
@@ -50,9 +50,8 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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_errorp.htm">Managed Make, Error Parsers</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>
Index: reference/cdt_u_new_proj_wiz_s_errorp.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_errorp.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_s_errorp.htm
--- reference/cdt_u_new_proj_wiz_s_errorp.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_s_errorp.htm 17 Nov 2004 22:41:20 -0000
@@ -61,9 +61,8 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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_errorp.htm">Managed Make, Error Parsers</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>
Index: reference/cdt_u_new_proj_wiz_s_mbuilder.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_mbuilder.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_s_mbuilder.htm
--- reference/cdt_u_new_proj_wiz_s_mbuilder.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_s_mbuilder.htm 17 Nov 2004 22:41:20 -0000
@@ -56,9 +56,8 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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_errorp.htm">Managed Make, Error Parsers</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>
Index: reference/cdt_u_new_proj_wiz_s_name.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_name.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_s_name.htm
--- reference/cdt_u_new_proj_wiz_s_name.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_s_name.htm 17 Nov 2004 22:41:20 -0000
@@ -55,9 +55,8 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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_errorp.htm">Managed Make, Error Parsers</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_proj.htm">Standard Make, Referenced Projects</a><br>
<a href="cdt_u_new_proj_wiz_s_mbuilder.htm">Standard Make, Make Builder</a><br>
Index: reference/cdt_u_new_proj_wiz_s_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_new_proj_wiz_s_proj.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_new_proj_wiz_s_proj.htm
--- reference/cdt_u_new_proj_wiz_s_proj.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_new_proj_wiz_s_proj.htm 17 Nov 2004 22:41:20 -0000
@@ -45,9 +45,8 @@
<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_target.htm">Managed Make, Select a Target</a><br>
+<a href="cdt_u_new_proj_wiz_m_target.htm">Managed Make, Select a Project Type</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_errorp.htm">Managed Make, Error Parsers</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_mbuilder.htm">Standard Make, Make Builder</a><br>
Index: reference/cdt_u_properties.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_properties.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_properties.htm
--- reference/cdt_u_properties.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_properties.htm 17 Nov 2004 22:41:20 -0000
@@ -37,10 +37,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
Index: reference/cdt_u_sprop_builders.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_builders.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_builders.htm
--- reference/cdt_u_sprop_builders.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_builders.htm 17 Nov 2004 22:41:21 -0000
@@ -43,10 +43,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_file_types.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_file_types.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_file_types.htm
--- reference/cdt_u_sprop_file_types.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_file_types.htm 17 Nov 2004 22:41:21 -0000
@@ -42,10 +42,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_includes.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_includes.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_includes.htm
--- reference/cdt_u_sprop_includes.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_includes.htm 17 Nov 2004 22:41:21 -0000
@@ -50,10 +50,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_indexer.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_indexer.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_indexer.htm
--- reference/cdt_u_sprop_indexer.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_indexer.htm 17 Nov 2004 22:41:21 -0000
@@ -43,10 +43,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_info.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_info.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_info.htm
--- reference/cdt_u_sprop_info.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_info.htm 17 Nov 2004 22:41:21 -0000
@@ -38,10 +38,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_mbinary.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_mbinary.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_sprop_mbinary.htm
--- reference/cdt_u_sprop_mbinary.htm 24 Jun 2004 10:49:12 -0000 1.2
+++ reference/cdt_u_sprop_mbinary.htm 17 Nov 2004 22:41:21 -0000
@@ -53,10 +53,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_mbuild.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_mbuild.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_mbuild.htm
--- reference/cdt_u_sprop_mbuild.htm 24 Jun 2004 10:49:12 -0000 1.3
+++ reference/cdt_u_sprop_mbuild.htm 17 Nov 2004 22:41:21 -0000
@@ -52,10 +52,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
Index: reference/cdt_u_sprop_mdiscovery.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_mdiscovery.htm,v
retrieving revision 1.5
diff -u -r1.5 cdt_u_sprop_mdiscovery.htm
--- reference/cdt_u_sprop_mdiscovery.htm 24 Jun 2004 20:26:35 -0000 1.5
+++ reference/cdt_u_sprop_mdiscovery.htm 17 Nov 2004 22:41:21 -0000
@@ -46,10 +46,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_merror.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_merror.htm,v
retrieving revision 1.2
diff -u -r1.2 cdt_u_sprop_merror.htm
--- reference/cdt_u_sprop_merror.htm 24 Jun 2004 10:49:12 -0000 1.2
+++ reference/cdt_u_sprop_merror.htm 17 Nov 2004 22:41:22 -0000
@@ -54,10 +54,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
<p>
Index: reference/cdt_u_sprop_pcontainers.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_pcontainers.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_pcontainers.htm
--- reference/cdt_u_sprop_pcontainers.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_pcontainers.htm 17 Nov 2004 22:41:22 -0000
@@ -39,10 +39,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
<p>
Index: reference/cdt_u_sprop_plib.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_plib.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_plib.htm
--- reference/cdt_u_sprop_plib.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_plib.htm 17 Nov 2004 22:41:22 -0000
@@ -41,10 +41,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_poutput.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_poutput.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_poutput.htm
--- reference/cdt_u_sprop_poutput.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_poutput.htm 17 Nov 2004 22:41:22 -0000
@@ -38,10 +38,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_pproj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_pproj.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_u_sprop_pproj.htm
--- reference/cdt_u_sprop_pproj.htm 24 Jun 2004 20:26:35 -0000 1.4
+++ reference/cdt_u_sprop_pproj.htm 17 Nov 2004 22:41:24 -0000
@@ -37,10 +37,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_psource.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_psource.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_psource.htm
--- reference/cdt_u_sprop_psource.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_psource.htm 17 Nov 2004 22:41:24 -0000
@@ -38,10 +38,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: reference/cdt_u_sprop_ref.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_ref.htm,v
retrieving revision 1.3
diff -u -r1.3 cdt_u_sprop_ref.htm
--- reference/cdt_u_sprop_ref.htm 24 Jun 2004 20:26:35 -0000 1.3
+++ reference/cdt_u_sprop_ref.htm 17 Nov 2004 22:41:24 -0000
@@ -38,10 +38,13 @@
<a href="cdt_u_sprop_ref.htm">C++ Project Properties, Standard, Project References</a><br>
<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a><br>
<a href="cdt_u_mprop_builders.htm">C++ Project Properties, Managed, Builders</a><br>
-<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, Build</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mprop_build_settings.htm">C++ Project Properties, Managed, C/C++ Build, Build Settings</a><br>
+<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, C/C++ Build, Error Parsers</a><br>
+<a href="cdt_u_mprop_mbinary.htm">C++ Project Properties, Managed, C/C++ Build, Binary Parser</a><br>
<a href="cdt_u_mprop_file_types.htm">C++ Project Properties, Managed, File Types</a><br>
<a href="cdt_u_mprop_indexer.htm">C++ Project Properties, Managed, Indexer</a><br>
-<a href="cdt_u_mprop_merror.htm">C++ Project Properties, Managed, Error Parser</a><br>
<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a></p>
Index: tasks/cdt_t_convert_cdt_proj.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_t_convert_cdt_proj.htm,v
retrieving revision 1.4
diff -u -r1.4 cdt_t_convert_cdt_proj.htm
--- tasks/cdt_t_convert_cdt_proj.htm 24 Jun 2004 20:26:35 -0000 1.4
+++ tasks/cdt_t_convert_cdt_proj.htm 17 Nov 2004 22:41:24 -0000
@@ -12,18 +12,20 @@
<h1>Converting CDT 1.x Projects</h1>
-<p>There are two ways to update CDT 1.x projects to CDT 2.0, after they have been imported, either restart eclipse, or update them using the <b>Convert to C/C++ Make Project Wizard</b>.</p>
-<p><b>Note:</b> the project must first be imported into your workspace using <b>File > Import > Existing Project into Workspace</b> before you can update the project.</p>
+<p>How you update your CDT 1.x project to CDT 2.1 depends upon whether the
+project is a Standard Make project or a Managed Make project. For a Standard
+Make project, see <b>Convert to C/C++ Make Project Wizard below.</b></p>
+<h2>Updating a Managed Make Project </h2>
-<p>For more information on importing projects see <b>Workbench > Tasks > Importing > Importing Existing Projects</b>.
-
-<h2>Restart Eclipse</h2>
-
-<p>When Eclipse starts, the CDT 1.x project will be detected and you will be prompted to update the project.</p>
+<p>For a Managed Make project, the Managed Build system will prompt you to
+convert your project when it attempts to read the Managed Build project
+information and discovers that project needs to be updated. You will be prompted to update the project.</p>
<p> <img src="../images/update_managed_build.png" alt="Update Managed Builder dialog box"></p>
-<p>Click <b>Yes</b> and the project will be updated.</p>
-
-<p> </p>
+<p>Click <b>Yes</b> and the project will be updated. The updated Managed
+Build information can no longer be loaded by CDT 1.x or CDT 2.0. Select <b>
+No</b> and the project will not be updated. You will be able to view the
+Managed Build settings, but no changes will be saved when you close the project
+or exit Eclipse.</p>
<h2>Convert to C/C++ Make Project Wizard</h2>
Index: images/mprop_build_settings.png
===================================================================
RCS file: images/mprop_build_settings.png
diff -N images/mprop_build_settings.png
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ images/mprop_build_settings.png 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,97 @@
+PNG
+
+
+IHDR ª Ì ¢ç sRGB ®Îé gAMA ±?üa cHRM z&