core/com.nokia.carbide.cpp.doc.user/html/tasks/ImportingProjects.html
author fturovic <frank.turovich@nokia.com>
Wed, 24 Jun 2009 15:56:42 -0500
changeset 302 8ad872e05db4
parent 159 b9a5290dcc8d
child 1225 a546534a48de
permissions -rw-r--r--
Merge SDK Support page with Working with SDKs and cleaned up broken links and references to deleted page
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
159
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<title>Importing Projects from a Bld.Inf File in Tasks</title>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
</head>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
   <body>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
   <h2>Importing Projects from a Bld.Inf File</h2>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
   <div class="Bodytext">
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
	  
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
	 <p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
		The command-line Symbian OS toolchain requires that projects are
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
	 defined with these formats:</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
	 <ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
	   <li>Symbian OS-specific project file formats (bld.inf)</li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
	   <li>Symbian OS executable files (.exe)</li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
  </ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
	 <p>The primary purpose of bld.inf files is to
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
		        group together closely associated projects, such as a GUI application and a
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
		        engine DLL used by that application.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
	 <p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
		The Symbian OS plug-ins allow you to import projects defined with these
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
		formats into the workbench. This is useful if:</p> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
	 <ul> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
		<li> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    25
		  <p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
			 You have existing projects defined using these formats and now wish
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
		  to move to development in Carbide.c++.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
		</li> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
	    <li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    30
	      <p> You need to keep the ability to build from the command line, for
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
	        example in order to do automated builds, and so maintain the command line
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
	        project files, but want to use Carbide.c++ for editing code and debugging.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
       </li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
	 </ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    35
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
     <h3>Projects for Symbian OS 9.3+ </h3>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
     <p>The latest versions of Symbian OS 9.3+ devkits include extensive use of <span class="code">PRJ_EXTENSIONS</span> and <span class="code">PRJ_TESTEXTENSIONS</span>. These top-level entries are extension makefile templates whose names are later filled in with target names, sources, and options. The intent is to make source editing easier and dependency checking possible during a build. </p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
     <p>Currently if you  import a bld.inf file but are not importing all of the components and one of these extensions are found:</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
     <ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    40
       <li>a warning appears at the top of the wizard page</li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    41
       <li>a warning is shown in the Carbide Project Settings property page</li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    42
       <li>if not building from the bld.inf, messages appear in the Console and Problems views</li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    43
     </ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    44
     <p> The reason being that individual extensions cannot  be built from within Carbide, only the complete bld.inf.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
     <div class="step"></div>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
    <h4>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    47
		To import from a bld.inf file</h4> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
	 <ol> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    50
		<li> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    51
	   Click File &gt; Import... to get a list of available import wizards</li> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
		<li>Select Symbian OS Bld.inf file and click Next to go to the Import Bld.inf page
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    53
		  <div class="Figure">
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    54
    
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    55
		  <p class="Image"><img src="../images/import1.gif" alt="" width="373" height="419"  border="0" /></p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    56
	      </div>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    57
		</li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    58
		<li> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    59
			 Type the location of the bld.inf file to import, or browse to the file using the Browse button. </li> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    60
	
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    61
	      <p class="Image"><img src="images/file_import.png" alt="file import" width="521" height="391"></p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    62
	      <p class="note"><strong>NOTE</strong> There will be two builders available in Carbide, one for SBSv1 (current version of Symbian Build System) and  one for SBSv2 (newer version). The Builder option will only be displayed when a SBSv2  installation is detected.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    63
	      <p class="Image">SBSv2  only works with recent versions of Symbian OS9.5. Both  SBSv1 and SBSv2 are GNU make based build systems.&nbsp; SBSv1 uses Perl to generate make files,  while SBSv2 uses Python. Select the appropriate builder for your project.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    64
	      When building for  SBSv2, the builder will set EPOCROOT to the absolute path (including drive  letter) to the kit for the active build configuration.&nbsp; It will also add the path to the sbs bin  directory to the start of the PATH variable.&nbsp;  This is derived from the SBS_HOME environment variable.<p class="Image">For SBSv2, all  build configurations (platform/target), including the built-in platforms  (WISNCW, ARMV5), are declared in xml files in the \sbs\lib\config directory.  The Build  Configurations selection page will display only those kits  known to support SBSv2.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    65
       <li>	    Click Next to select the recognized SDKs and Build Configurations to be created for this project
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    66
  <p>The SDKs and Build Configurations shows a tree of
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    67
			 the SDKs that are available to be used, and for each SDK, the type of build configurations
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    68
			 that are available. You can select a single SDK if you are developing the program
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    69
			 for just one version of a platform, or multiple SDKs if your
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    70
			 program is to be built against multiple platforms or operating system
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    71
		  versions.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    72
		  <p class="note"><b>NOTE</b> The platforms listed are dependent upon the filter settings in the <a href="sdks/sdk_platform_filter.htm">Platform Filtering Preferences</a>.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    73
		  <p></p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    74
		  <div class="Figure">
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    75
            <p class="Image"><img src="../images/import3.gif" alt="" width="448" height="410"  border="0" /></p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    76
	      </div>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    77
	   </li> 
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    78
	   <li value="5"> Click Next to select the mmp and extension make files
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    79
		  <div class="Figure">
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    80
            <p>One MMP file must be selected in order to continue. If the bld.inf file contains more than three MMP files, just select the MMP files you need to import. If there are three or less MMP files, then all are selected for importing.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    81
            <p class="Image"><img src="../images/import4.gif" alt="" width="521" height="550"  border="0" /></p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    82
         </div>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    83
	   </li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    84
	   <li>Click Next to enter the Project name and root directory</li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    85
		<p>When creating a project, project files are created in the root directory. Carbide.c++ creates additional files for each project. They consist of:</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    86
	    <ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    87
	      <li>.project - an xml file that provides a project description </li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    88
	      <li>.cproject - an xml file that provides additional project information </li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    89
	      <li>.settings folder - contains files that provide build configuration and preference settings </li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    90
       </ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    91
       <p>The root directory is a path to the root of your project. All necessary tool components, developer libraries, and information about the SDK are stored in subdirectories under this root. The whole path leading to the SDK root directory must be declared to the Windows system via the Environment Variables settings. The variable name is EPOCROOT and the variable value is the full path where a Symbian OS SDK is installed in the Windows system.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    92
       <p>The root directory should contain all project related files that you want to work with in Carbide. The default directory is calculated by parsing the bld.inf file and mmp file(s).</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    93
       <p class="Image"><img src="../images/import5.gif" alt="" width="518" height="313"  border="0" /></p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    94
       
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    95
	    <li> Click Finish to import the project
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    96
	      <p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    97
             The
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    98
			   wizard creates the project in the C/C++ Projects view, where it can be built and edited as normal. If the wizard is unable to read the project files, then the page
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    99
	        describes the error that occurred. If an error occurs, you must fix the project file, and then
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   100
          re-import the bld.inf.</p>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   101
       </li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   102
	 </ol>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   103
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   104
   </div>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   105
	   <h5>Related  concepts</h5>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   106
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   107
	   <ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   108
         <li><a href="../concepts/Projects.html">Projects</a></li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   109
         <li><a href="../concepts/Modify.html">Project Resources</a> </li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   110
       </ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   111
	   <h5>Related tasks</h5>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   112
	   <ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   113
         <li><a href="CreatingNewProjects.html">Creating Projects </a></li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   114
         <li><a href="projects/prj_build.htm">Building Projects</a></li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   115
         <li><a href="projects/prj_import_exe.htm">Importing a Symbian Executable</a></li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   116
       </ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   117
	   <h5>Related references</h5>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   118
	   <ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   119
         <li><a href="sdks/sdk_platform_filter.htm">Platform Filtering Preferences</a></li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   120
         <li><a href="../reference/ProjectDirectories.html">Project Directories</a></li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   121
         <li><a href="../reference/ProjectPreferences.html">Project Preferences</a></li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   122
         <li><a href="../reference/ProjectTypeandSDK.html">Project Types </a></li>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   123
       </ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   124
<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>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   125
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
   </body>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   127
   </html>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   128