core/com.nokia.carbide.cpp.doc.user/html/reference/NewMMP_wizard.html
author fturovic <frank.turovich@nokia.com>
Tue, 23 Jun 2009 09:47:40 -0500
changeset 290 654f16efe392
parent 205 2b3a45f17e6a
child 987 77469bd2d10b
permissions -rw-r--r--
Added TRK improvements

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<title>Symbian OS MMP File</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
   <body>
   <h2>Symbian OS MMP File</h2>
   
   <p>
   Use the <b>Symbian OS MMP File</b> wizard (figure 1) to create a new MMP project file for the currently selected project. Symbian projects are defined by an <code class="code">.mmp</code> file which specifies the essential elements of the project. All details of the project lifecycle are handled by the IDE. There is no editable makefile the user can edit to modify the build behavior of the project.</p>
   <div class="step">
     <h4>Creating a New Symbian OS MMP File</h4>
     <ol>
         <li>To open the New wizard to create a MMP File:
           <ul>
             <li>Select the File &gt; New &gt; Other... menu item (Figure 1)</li>
           </ul>
           <blockquote>
             <p align="center"><img src="images/MMP_wizard.png" width="500" height="500" /></p>
             <p align="left" class="figure">Figure 1 - Select a wizard page in the New window</p>
             <p>OR</p>
           </blockquote>
           <ul>
             <li>Select the File &gt; New &gt; Symbian OS MMP File... menu item (Figure 2)</li>
           </ul>
         </li>
         <blockquote>
           <p align="center"><img src="images/MMP_wizard2.png" width="500" height="500" /></p>
           <p align="left" class="figure">Figure 2 - MMP File page in the New MMP File window</p>
       </blockquote>
         <li>On the Select the wizard page, select Symbian OS &gt; Symbian OS MMP File, then click Next (Figure 1)</li>
         <li> On the MMP File page, enter the destination project folder and specify file name</li>
         <li>Click Finish</li>
     </ol>
     <p>The new MMP file is created in the destination folder and shown in the MMP editor.</p>
   </div>
   <h5>Related references</h5>
<ul>
      <li><a href="MMP_Editor.html">MMP Editor</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>

   </body>
</html>