From 9a38c3c371d1dad9d1878ec4d2fc66aa722d2632 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Thu, 21 Jun 2007 02:59:37 +0000 Subject: [PATCH] Doc update. --- .../getting_started/cdt_w_basic.htm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm index 7d32cd2ccf0..ebfe6a5cc3b 100644 --- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm +++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic.htm @@ -11,14 +11,16 @@ function newWin(url) { -

Tutorial: Creating a simple application using the CDT

+

Tutorial: Creating a simple application

-

In this tutorial, you will use the CDT to create a simple 'Hello World' application. This tutorial describes the process of creating a new C++ project where the makefile is automatically created by the CDT.

+

In this tutorial, you will use the CDT to create a simple 'Hello World' application. +This tutorial describes the process of creating a new C++ project where the build is +automatically managed by the CDT.

-

Note: In an earlier version of the CDT, there were two separate project types: Managed make (automatically generated a makefile) and Standard make (required the user's makefile to build). In CDT 4.0, both of these types are combined; basically, the only available project type can be changed to Managed make or Standard make mode at any given time.

- -

If you do not currently have the CDT installed, see the topic Installing and updating the CDT. -

+

Note: In earlier versions of the CDT, there were two separate project types: +Managed make (automatically generated a makefile) +and Standard make (required the user's makefile to build). +With CDT 4.0, you now select a project type, and that determines what build system will be used.

To create a simple "Hello World" application using the CDT, you will perform the following steps: