From 86882ece726c34e8a5fc91ddf4ab1385bbb26f79 Mon Sep 17 00:00:00 2001
From: "L. Frank Turovich"
Date: Sun, 4 Jul 2010 20:11:14 +0000
Subject: [PATCH] Revised and updated images for Building a project page
---
.../getting_started/cdt_w_build.htm | 27 +++++++-----------
.../images/cdt_w_newmake03.png | Bin 58528 -> 92405 bytes
2 files changed, 11 insertions(+), 16 deletions(-)
diff --git a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm
index 8878fc81170..4398ba5bf25 100644
--- a/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm
+++ b/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_build.htm
@@ -15,28 +15,23 @@ function newWin(url) {
Building a project
The make output and build progress information displays in the
-Console view. The Make Targets view displays makefile actions, and the
-Problems view displays compile warnings or errors.
-To build a project:
+ Console view. The Make Targets view displays makefile actions, and the
+Problems view displays compile warnings or errors.
+
- In the Project Explorer view, select your project. For the tutorial, you can select the HelloWorld project you created earlier.
- - Click Project > Build Project.
-
You can also hit the hammer icon
on the toolbar.
-
+ - Click Project > Build Project, or click the build icon
on the toolbar.
If you see an error message, such as:
(Cannot run program "make": Launching failed)
- then CDT cannot locate the build command, usually make.
-Either your path is not configured correctly, or you do not have make
+
then CDT cannot locate the build command, usually make.
+Either your path is not configured correctly, or you do not have make
installed on your system.
-- You can see the output and results of the build command in the Console view.
+
- You can see in the Console view the output and results of the build command.
Click on its tab to bring the view forward if it is not currently visible.
-If for some reason it's not present, you can open it by selecting Window > Show View > Console.
-
-Click here to see an illustration (displayed in a separate window)
-.
-
-
-
+If for some reason it's not present, you can open it by selecting Window > Show View > Console.
+
+
+