[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] MBS Doc patch - 2 new topics added
|
This patch adds the following 2 topics:
- Tasks -> Work with C or C++ project files ->
Converting CDT 2.0 Managed Make Projects
- Reference -> Project Properties -> Managed Make
File Properties
Thanks,
Leo
|
Attachment:
NewImages.zip
Description: NewImages.zip
Index: topics_Reference.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Reference.xml,v
retrieving revision 1.13.2.1
diff -u -r1.13.2.1 topics_Reference.xml
--- topics_Reference.xml 22 Nov 2004 14:32:16 -0000 1.13.2.1
+++ topics_Reference.xml 29 Nov 2004 21:20:46 -0000
@@ -76,6 +76,12 @@
<topic label="Indexer" href="reference/cdt_u_mprop_indexer.htm"/>
<topic label="Project References" href="reference/cdt_u_mprop_ref.htm"/>
</topic>
+ <topic label="Managed Make File Properties" href="reference/cdt_o_mmake_file.htm">
+ <topic label="Info" href="reference/cdt_u_mfile_info.htm"/>
+ <topic label="C/C++ Build" href="reference/cdt_u_mfile_build.htm">
+ <topic label="Tool Settings" href="reference/cdt_u_mfile_tool_settings.htm"/>
+ </topic>
+ </topic>
<topic label="Standard Make Projects" href="reference/cdt_o_smake_proj.htm">
<topic label="Info" href="reference/cdt_u_sprop_info.htm"/>
<topic label="Builders" href="reference/cdt_u_sprop_builders.htm"/>
Index: topics_Tasks.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Tasks.xml,v
retrieving revision 1.12
diff -u -r1.12 topics_Tasks.xml
--- topics_Tasks.xml 24 Jun 2004 10:49:13 -0000 1.12
+++ topics_Tasks.xml 29 Nov 2004 21:20:46 -0000
@@ -11,6 +11,7 @@
<topic label="Create a makefile" href="tasks/cdt_t_new_make.htm"/>
<topic label="Hide files of a given type" href="tasks/cdt_t_prvw_hide_files.htm"/>
<topic label="Converting CDT 1.x Projects" href="tasks/cdt_t_convert_cdt_proj.htm"/>
+ <topic label="Converting CDT 2.0 Managed Make Projects" href="tasks/cdt_t_convert_mbs20_proj.htm"/>
<topic label="Adding Convert to a C/C++ Make Project to the New menu" href="tasks/cdt_t_add_custom_persp.htm"/>
<topic label="Set Discovery Options" href="tasks/cdt_t_discovery.htm"/>
</topic>
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.4.1
diff -u -r1.4.4.1 cdt_u_mprop_build.htm
--- reference/cdt_u_mprop_build.htm 22 Nov 2004 14:32:16 -0000 1.4.4.1
+++ reference/cdt_u_mprop_build.htm 29 Nov 2004 21:20:48 -0000
@@ -48,7 +48,8 @@
<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>
+<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a><br>
+<a href="cdt_u_mfile_build.htm">C++ Project Properties, Managed Make File, C/C++ Build</a></p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
Index: reference/cdt_u_mprop_tool_settings.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_mprop_tool_settings.htm,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 cdt_u_mprop_tool_settings.htm
--- reference/cdt_u_mprop_tool_settings.htm 22 Nov 2004 14:32:16 -0000 1.1.2.1
+++ reference/cdt_u_mprop_tool_settings.htm 29 Nov 2004 21:20:48 -0000
@@ -48,7 +48,8 @@
<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>
+<a href="cdt_u_mprop_ref.htm">C++ Project Properties, Managed, Project References</a><br>
+<a href="cdt_u_mfile_tool_settings.htm">C++ Project Properties, Managed Make File, C/C++ Build, Tool Settings</a></p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
Index: tasks/cdt_o_proj_files.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/tasks/cdt_o_proj_files.htm,v
retrieving revision 1.6
diff -u -r1.6 cdt_o_proj_files.htm
--- tasks/cdt_o_proj_files.htm 24 Jun 2004 10:49:13 -0000 1.6
+++ tasks/cdt_o_proj_files.htm 29 Nov 2004 21:20:48 -0000
@@ -18,6 +18,7 @@
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_new_make.htm">Creating a makefile</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_prvw_hide_files.htm">Hiding files by type in the C/C++ Projects view</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_convert_cdt_proj.htm">Converting CDT 1.x Projects</a><br>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_convert_mbs20_proj.htm">Converting CDT 2.0 Managed Make Projects</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_add_custom_persp.htm">Adding Convert to a C/C++ Make Project to the New menu</a><br>
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_t_discovery.htm">Set Discovery Options</a><br>
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.4.1
diff -u -r1.4.4.1 cdt_t_convert_cdt_proj.htm
--- tasks/cdt_t_convert_cdt_proj.htm 22 Nov 2004 14:32:16 -0000 1.4.4.1
+++ tasks/cdt_t_convert_cdt_proj.htm 29 Nov 2004 21:20:48 -0000
@@ -41,7 +41,8 @@
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
<a href="cdt_t_add_custom_persp.htm">Adding Convert to a C/C++ Make Project to the New menu</a><br>
-<a href="cdt_t_discovery.htm">Set Discovery Options</a></p>
+<a href="cdt_t_discovery.htm">Set Discovery Options</a><br>
+<a href="cdt_t_convert_mbs20_proj.htm">Converting CDT 2.0 Managed Make Projects </a></p>
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
Index: reference/cdt_o_mmake_file.htm
===================================================================
RCS file: reference/cdt_o_mmake_file.htm
diff -N reference/cdt_o_mmake_file.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ reference/cdt_o_mmake_file.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>C/C++ Project Properties, Managed Make Files</title>
+<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+
+<h1>C/C++ Project Properties, Managed Make Files</h1>
+<p>This section describes properties for a Managed make project source file.</p>
+ <img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_u_mfile_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_mfile_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_mfile_tool_settings.htm">Tool Settings</a><br>
+
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
+
+</body>
+</html>
Index: reference/cdt_u_mfile_build.htm
===================================================================
RCS file: reference/cdt_u_mfile_build.htm
diff -N reference/cdt_u_mfile_build.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ reference/cdt_u_mfile_build.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html lang="en">
+
+<head>
+ <meta http-equiv="Content-Language" content="en-us">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>C/C++ Project Properties, Managed Make File, Build</title>
+ <link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+<body>
+
+<h1>C/C++ Project Properties, Managed Make File, C/C++ Build</h1>
+Customizes the options used for a specific file in your build configuration. Select a tab in the
+Resource Configuration settings area to set a specific category of options.<p><img img src="../images/mfile_build.png" alt="C/C++ Project Properties, Managed Make File, Build"></p>
+
+<p><dl>
+ <dt>Exclude from build</dt><dd>Excludes the selected file from being built with the
+ selected build configuration.</dd>
+ <dt>Configuration:</dt><dd>Select the build configuration from the list provided.</dd>
+ <dt>Resource Configuration settings</dt><dd>Edit individual file options.</dd>
+ <dt>Restore Defaults</dt><dd>Returns any changes back to the setting of the selected configuration.</dd>
+ <dt>Apply</dt><dd>Applies any changes.</dd>
+</dl></p>
+
+
+<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
+<a href="cdt_u_mfile_tool_settings.htm">C++ Project Properties, Managed Make File, C/C++ Build, Tool Settings</a><br>
+<a href="cdt_u_mfile_info.htm">C++ Project Properties, Managed Make File, Info</a><br>
+<a href="cdt_u_mprop_build.htm">C++ Project Properties, Managed, C/C++ Build</a></p>
+
+<p>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
+</p>
+</body>
+
+</html>
Index: reference/cdt_u_mfile_info.htm
===================================================================
RCS file: reference/cdt_u_mfile_info.htm
diff -N reference/cdt_u_mfile_info.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ reference/cdt_u_mfile_info.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html lang="en">
+
+<head>
+ <meta http-equiv="Content-Language" content="en-us">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>C/C++ Project Properties, Managed Make File, Info</title>
+ <link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+<body>
+
+<h1>C/C++ Project Properties, Managed Make File, Info</h1>
+
+<p><img img src="../images/mfile_info.png" alt="C/C++ Project Properties, Managed Make File, Info"></p>
+
+<dl>
+ <dt>Info</dt><dd>Shows file information.</dd>
+ <dt>Read only</dt><dd>You can set the file to be read only.</dd>
+ <dt>Derived</dt><dd>You can indicate that the file is derived from other resources.</dd>
+ <dt>Text file encoding</dt><dd>You can specify an alternate text encoding.</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>
+
+<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
+<a href="cdt_u_mfile_build.htm">C++ Project Properties, Managed Make File, C/C++ Build</a><br>
+<a href="cdt_u_mprop_info.htm">C++ Project Properties, Managed, Info</a></p>
+
+<p>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
+</p>
+</body>
+
+</html>
Index: reference/cdt_u_mfile_tool_settings.htm
===================================================================
RCS file: reference/cdt_u_mfile_tool_settings.htm
diff -N reference/cdt_u_mfile_tool_settings.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ reference/cdt_u_mfile_tool_settings.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html lang="en">
+
+<head>
+ <meta http-equiv="Content-Language" content="en-us">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>C/C++ Project Properties, Managed Make File, Build</title>
+ <link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+<body>
+
+<h1>C/C++ Project Properties, Managed Make File, C/C++ Build, Tool Settings</h1>
+Customizes the tools and tool options used by the selected file in your build configuration.
+<p><img img src="../images/mfile_build.png" alt="C/C++ Project Properties, Managed Make File, Build"></p>
+
+<p><dl>
+ <dt>Exclude from build</dt><dd>Excludes the selected file from being built with the
+ selected build configuration.</dd>
+ <dt>Configuration:</dt><dd>Select the build configuration from the list provided.</dd>
+ <dt>Resource Configuration settings, Tool Settings</dt><dd>Edit individual tool options for the selected file.</dd>
+ <dt>Restore Defaults</dt><dd>Returns any changes back to the setting of the selected configuration.</dd>
+ <dt>Apply</dt><dd>Applies any changes.</dd>
+</dl></p>
+
+
+<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
+<a href="cdt_u_mfile_info.htm">C++ Project Properties, Managed Make File, Info</a><br>
+<a href="cdt_u_mprop_tool_settings.htm">C++ Project Properties, Managed, C/C++ Build, Tool Settings</a></p>
+
+<p>
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
+</p>
+</body>
+
+</html>
Index: tasks/cdt_t_convert_mbs20_proj.htm
===================================================================
RCS file: tasks/cdt_t_convert_mbs20_proj.htm
diff -N tasks/cdt_t_convert_mbs20_proj.htm
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ tasks/cdt_t_convert_mbs20_proj.htm 1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+
+<head>
+<meta http-equiv="Content-Language" content="en-us">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Converting CDT 2.0 Managed Make Projects</title>
+<link rel="stylesheet" type="text/css" href="../help.css">
+</head>
+
+<body>
+
+<h1>Converting CDT 2.0 Managed Make Projects</h1>
+
+<p>For a CDT 2.0 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_build20.png" alt="Update CDT 2.0 Managed Builder dialog box"></p>
+<p>Click <b>Yes</b> and the project will be updated. The updated Managed
+Build information can no longer be loaded by 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>
+
+<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
+<a href="cdt_t_convert_cdt_proj.htm">Converting CDT 1.x Projects </a></p>
+
+<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
+
+</body>
+
+</html>