diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm index 2386d080d0c..a53e61613b5 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_projects.htm @@ -37,6 +37,26 @@ or let CDT generate the makefiles for you automatically.
You can toggle these modes (generate makefiles or not) at any time for existing project. Use properties.
+When you create a new project, you are required to specify the project type. This project type will determine the toolchain and data, and tabs that the CDT uses. In the New CDT Project Wizard, you can choose from the following project types:
+After you select a template, the result is a project with only the meta-data files required for the project type. You are expected to modify these source files, as required, and provide source files for the project's target.
The makefile for the Executable project type is automatically created by the CDT.
+The makefile for this project type is automatically created by the CDT. +
The makefile for this project type is automatically created by the CDT. +
You can convert projects from C to C++ (or from C++ to C). If, for diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm index b2eaf5fd9e6..d1783f004b7 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_o_tutorial.htm @@ -9,17 +9,15 @@
These tutorials will guide you through the process of using the C/C++ Development Toolkit (CDT).
+The following tutorials guide you through the process of using the C/C++ Development Toolkit (CDT) to:
-