View | Details | Raw Unified | Return to bug 94711
Collapse All | Expand All

(-)getting_started/cdt_o_tutorial.htm (-2 / +14 lines)
Lines 1-4 Link Here
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
<html lang="en">
2
<html lang="en">
3
<head>
3
<head>
4
	<meta http-equiv="Content-Language" content="en-us">
4
	<meta http-equiv="Content-Language" content="en-us">
Lines 11-22 Link Here
11
11
12
<p>The following tutorials guide you through the process of using the C/C++ Development Toolkit (CDT) to:</p>
12
<p>The following tutorials guide you through the process of using the C/C++ Development Toolkit (CDT) to:</p>
13
13
14
15
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none"  href="cdt_w_prepare_workbench.htm">Prepare the Workbench</a><br>
16
17
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none"  href="cdt_w_newproj.htm">Create a new project</a><br>
18
14
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none"  href="cdt_w_basic.htm">Create a simple application</a><br>
19
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none"  href="cdt_w_basic.htm">Create a simple application</a><br>
20
15
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_import.htm">Import an existing project </a><br>
21
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_import.htm">Import an existing project </a><br>
16
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="http://download.eclipse.org/tools/cdt/docs/tutorials/debug_tutorial/cdt_w_debug.htm">Debug a project</a><br>
22
23
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none"  href="cdt_w_build.htm">Build a project</a><br>
24
25
26
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_debug.htm">Debug a project</a><br>
27
17
28
18
<br>
29
<br>
19
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_existing_code.htm">Import C/C++ source into Eclipse</a><br>
30
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_existing_code.htm">Import C/C++ source into Eclipse</a><br>
31
20
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_install_cdt.htm">Install/update the CDT</a><br>
32
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_w_install_cdt.htm">Install/update the CDT</a><br>
21
33
22
34
(-)topics_Getting_Started.xml (-2 / +5 lines)
Lines 1-9 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?NLS TYPE="org.eclipse.help.toc"?>
2
<?NLS TYPE="org.eclipse.help.toc"?>
3
<toc label="Getting Started">
3
<toc label="Getting Started">
4
          <topic label="Preparing the Workbench" href="getting_started/cdt_w_prepare_workbench.htm"/>
4
          <topic label="Creating a simple application" href="getting_started/cdt_w_basic.htm"/>
5
          <topic label="Creating a simple application" href="getting_started/cdt_w_basic.htm"/>
6
          <topic label="Creating a project" href="getting_started/cdt_w_newproj.htm"/>
5
          <topic label="Importing an existing project" href="getting_started/cdt_w_import.htm"/>
7
          <topic label="Importing an existing project" href="getting_started/cdt_w_import.htm"/>
6
          <topic label="Debugging projects" href="http://download.eclipse.org/tools/cdt/docs/tutorials/debug_tutorial/cdt_w_debug.htm"/>
8
          <topic label="Building a project" href="getting_started/cdt_w_build.htm"/>
9
          <topic label="Debugging projects" href="getting_started/cdt_w_debug.htm"/>
7
          <topic label="Importing C/C++ source files into Eclipse" href="getting_started/cdt_w_existing_code.htm"/>
10
          <topic label="Importing C/C++ source files into Eclipse" href="getting_started/cdt_w_existing_code.htm"/>
8
          <topic label="Updating the CDT" href="getting_started/cdt_w_install_cdt.htm"/>
11
          <topic label="Updating the CDT" href="getting_started/cdt_w_install_cdt.htm"/>
9
</toc>
12
</toc>

Return to bug 94711