Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTanya-Marise De Sousa2003-09-08 21:48:51 +0000
committerTanya-Marise De Sousa2003-09-08 21:48:51 +0000
commit2241910e555a45a9a82daf8fddfcd423ef1617b2 (patch)
tree9786ab85e5265c5dbb1a77593990d30ef10008cf /doc
parent2a80da7743f88e192178cbc53927b2e634766115 (diff)
downloadorg.eclipse.cdt-2241910e555a45a9a82daf8fddfcd423ef1617b2.tar.gz
org.eclipse.cdt-2241910e555a45a9a82daf8fddfcd423ef1617b2.tar.xz
org.eclipse.cdt-2241910e555a45a9a82daf8fddfcd423ef1617b2.zip
September 8, 2003 delivery
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/doc.zipbin86990 -> 95464 bytes
-rw-r--r--doc/org.eclipse.cdt.doc.user/toc.xml31
2 files changed, 21 insertions, 10 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/doc.zip b/doc/org.eclipse.cdt.doc.user/doc.zip
index 5640f1136eb..9126f984b93 100644
--- a/doc/org.eclipse.cdt.doc.user/doc.zip
+++ b/doc/org.eclipse.cdt.doc.user/doc.zip
Binary files differ
diff --git a/doc/org.eclipse.cdt.doc.user/toc.xml b/doc/org.eclipse.cdt.doc.user/toc.xml
index 2acc8df6eb9..3188adfe302 100644
--- a/doc/org.eclipse.cdt.doc.user/toc.xml
+++ b/doc/org.eclipse.cdt.doc.user/toc.xml
@@ -42,17 +42,17 @@
<topic label="Updating the CDT" href="cdt_t_update_man.htm"/>
<topic label="Creating a project" href="cdt_o_new_projects.htm">
<topic label="Creating a Standard Make C or C++ Project" href="cdt_o_new_stand_projects.htm">
- <topic label="Naming a new project" href="cdt_t_new_proj_1.htm"/>
- <topic label="Selecting referenced projects" href="cdt_t_new_proj_2.htm"/>
- <topic label="Defining build settings" href="cdt_t_new_proj_3.htm"/>
- <topic label="Selecting a binary parser" href="cdt_t_new_proj_4.htm"/>
- <topic label="Including paths and symbols" href="cdt_t_new_proj_5.htm"/>
+ <topic label="Naming a project" href="cdt_t_new_proj_name.htm"/>
+ <topic label="Selecting referenced projects" href="cdt_t_new_proj_ref.htm"/>
+ <topic label="Defining build settings" href="cdt_t_new_proj_build_set.htm"/>
+ <topic label="Selecting a binary parser" href="cdt_t_new_proj_parser.htm"/>
+ <topic label="Including paths and symbols" href="cdt_t_new_proj_paths.htm"/>
</topic>
<topic label="Creating a Managed Make C or C++ Project" href="cdt_o_new_man_projects.htm">
- <topic label="Creating a managed make C++ Project/Naming a project" href="cdt_t_man_proj_1.htm"/>
- <topic label="Select a platform" href="cdt_t_man_proj_2.htm"/>
- <topic label="Selecting referenced projects" href="cdt_t_new_proj_2.htm"/>
- <topic label="Selecting a binary parser" href="cdt_t_new_proj_4.htm"/>
+ <topic label="Naming a project" href="cdt_t_man_proj_name.htm"/>
+ <topic label="Select a platform" href="cdt_t_man_proj_platf.htm"/>
+ <topic label="Selecting referenced projects" href="cdt_t_new_proj_ref.htm"/>
+ <topic label="Selecting a binary parser" href="cdt_t_new_proj_parser.htm"/>
</topic>
</topic>
<topic label="Working with C/C++ project files" href="cdt_o_proj_files.htm">
@@ -87,7 +87,18 @@
<topic label="Setting reminders" href="cdt_t_setreminder.htm"/>
</topic>
</topic>
- <topic label="Running a program" href="cdt_t_run_prog.htm"/>
+ <topic label="Running" href="">
+ <topic label="Creating or editing a run configuration" href="cdt_o_run.htm">
+ <topic label="Creating a run configuration" href="cdt_t_new_run_config.htm"/>
+ <topic label="Selecting an application to run" href="cdt_t_run_main.htm"/>
+ <topic label="Specifying execution arguments" href="cdt_t_run_arg.htm"/>
+ <topic label="Setting environment variables" href="cdt_t_run_env.htm"/>
+ <topic label="Selecting a debugger" href="cdt_t_run_dbg.htm"/>
+ <topic label="Specifying the location of source files" href="cdt_t_run_source.htm"/>
+ <topic label="Specifying the location of the run configuration" href="cdt_t_run_com.htm"/>
+ </topic>
+ </topic>
+ <topic label="Selecting a run configuration" href="cdt_t_run_config.htm"/>
<topic label="Debugging" href="cdt_o_runanddebug.htm">
<topic label="Debugging a program" href="cdt_t_debug_prog.htm"/>
<topic label="Working with breakpoints and watchpoints" href="cdt_o_brkpnts_watch.htm">

Back to the top