core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_make.html
changeset 1207 e265bbe56eb0
parent 0 fb279309251b
child 1786 3b1331ffa1fe
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_make.html	Mon Apr 12 14:47:08 2010 -0600
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_make.html	Tue Apr 13 15:55:45 2010 -0500
@@ -1,37 +1,46 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html><head>
-<title>INF Editor - Add/Edit Make</title>
+<title>INF Editor - Create/Edit Make</title>
 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
 </head>
    <body>
-   <h2>INF Editor - Add / Edit Make File</h2>
+   <h2>INF Editor - Create / Edit Makefile Entry</h2>
    
-   <h3>Add make file entry </h3>
-   <p align="left">The Add make file dialog (figure 1) is used to add a make file to the build process. Enter or browse to the make file in the File path field and, if desired, apply the Tidy attribute or specify the Build as ARM option to the make file. Options include:</p>
-	 <ul>
-       <li>Tidy - Specify the tidy attribute if the release that an .mmp file defines is internal to your component and not required by other components or for your component to execute.</li>
-       <li>Build as ARM - Specifies the build_as_arm statement, which instructs an ARMV5 build to build the project for the ARM instruction set and not the THUMB instruction set.</li>
-       <li>Makefile type - Select the type of make file that has been selected.</li>
-   </ul>
-	 <p align="center"><img src="images/inf_editor_addMake.png" width="600" height="210" /></p>
-	 <p align="left" class="figure">Figure 1 - Add make file entry</p>
-	 <h3 align="left">Edit make file entry dialog</h3>
-	 <p align="left">The Edit make file entry dialog (figure 2) allows you to change the file path and set the Tidy or Build as ARM option for the selected make file.</p>
-	 <p align="center"><img src="images/inf_editor_editMake.png" width="434" height="210" /></p>
-	 <p align="left" class="figure">Figure 2 - Edit make file entry</p>
-	 <p align="left">&nbsp;</p>
-	 <h5>Related references</h5>
+   <p align="left">The <b>Add Makefile entry</b> dialog (figure 1) is used to add a makefile to the build process. Enter or browse to the make file in the File path field and, if desired, apply the Tidy attribute or specify the Build as ARM option to the make file. </p>
+   <p align="center"><img src="images/inf_editor_addMake.png" width="600" height="210" /></p>
+	 <p align="left" class="figure">Figure 1 - Add/Edit makefile entry</p>
+	 <h5>Table 1. Add/Edit Makefile entry &mdash; items</h5>
+	 <table width="796"
+border="0" cellpadding="2" cellspacing="0">
+       <tr valign="top">
+         <th width="186" class="Cell">Name</th>
+         <th width="600" class="Cell">Function</th>
+       </tr>
+	   <tr valign="top">
+	     <td class="Cell"><p> <b>File path</b></p></td>
+	     <td class="Cell"><p>Type the path and filename for the makefile to create or click Browse to set a path.</p>         </td>
+       </tr>
+	   <tr valign="top">
+	     <td class="Cell"><p><b>Tidy</b> </p></td>
+	     <td class="Cell"><p>Specify the tidy attribute if the release that an .mmp file defines is internal to your component and not required by other components or for your component to execute.</p></td>
+       </tr>
+	   <tr valign="top">
+	     <td class="Cell"><b>Build as ARM</b></td>
+	     <td class="Cell">Specifies the <span class="code">build_as_arm</span> statement, which instructs an ARMV5 build to build the project for the ARM instruction set and not the THUMB instruction set.</td>
+       </tr>
+	   <tr valign="top">
+	     <td class="Cell"><b>Makefile format</b></td>
+	     <td class="Cell">Set the format of the makefile to be created.</td>
+       </tr>
+     </table>
+	 <h5>Other references</h5>
 	 <ul>
       <li><a href="INF_Editor.html">INF Editor</a></li>
       <li><a href="INF_Editor_exports.html">INF Editor - Exports</a></li>
-      <li><a href="MMP_Editor_sources.html">MMP Editor Sources window</a></li>
-      <li><a href="MMP_Editor_libraries.html">MMP Editor Libraries window</a></li>
-      <li><a href="MMP_Editor_options.html">MMP Editor Options window</a></li>
-      <li><a href="MMP_Editor_mmp_tab.html">MMP File Window</a></li>
     </ul>
   
    
-<div id="footer">Copyright &copy; 2009 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>
+<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>
 
    </body>
 </html>