core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_02.htm
changeset 1617 94b6d1326534
parent 1610 5e244b89116e
child 1645 0083290c145a
--- a/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_02.htm	Wed Jul 14 15:00:33 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/tutorials/new_proj_from_template_02.htm	Wed Jul 14 15:59:19 2010 -0500
@@ -12,7 +12,7 @@
 <p>In this example we show how to create a new project using one of the built-in Carbide templates, how to build it into an executable, and how to launch the debugger to verify program accuracy. The steps to do this include:</p>
 <ol>
     <li><a href="new_proj_from_template_01.htm">Creating</a> a project from a project template</li>
-    <li><strong>Building an executable based on the project sources</strong></li>
+    <li><strong>Building the object code based on the project sources</strong></li>
     <li><a href="new_proj_from_template_03.htm">Defining</a> a launch configuration for running or debugging the application</li>
     <li><a href="new_proj_from_template_04.htm">Controlling and debugging</a> the running program using  the Carbide debugger</li>
 </ol>
@@ -34,6 +34,7 @@
 <div class="step">
     <h4>Building a project</h4>
     <ol>
+        <li>Select the project to build in the Project Explorer view.</li>
         <li>Build the project using one of these actions:
             <div align="left">
             <ul>
@@ -89,7 +90,8 @@
 <h4>Other references</h4>
 <ul>
     
-    <li><a href="./">Creating New Projects Tutorial</a></li>
+    
+    <li><a href="new_proj_from_template_00.htm">Creating and Debugging New Projects Tutorial</a><a href="./"></a></li>
 </ul>
 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>