core/com.nokia.carbide.cpp.doc.user/html/tasks/ImportingProjects.html
author fturovic <frank.turovich@nokia.com>
Tue, 31 Aug 2010 10:54:44 -0500
changeset 1929 e42423cc31d4
parent 1658 2a5c0df13bad
child 1951 4809919782c0
permissions -rw-r--r--
BUG 11531 - final updates for build config revision
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>
1929
e42423cc31d4 BUG 11531 - final updates for build config revision
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    37
     <p>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>
159
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> 
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    52
		<li>Select Symbian OS &gt; Symbian OS Bld.inf file and click Next to go to the Import Bld.inf page
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    53
		    <div class="Figure"></div>
159
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    54
		</li>
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    55
       </ol>
159
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    56
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    57
     <blockquote>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    58
         <p><img src="../reference/images/import_bld_inf_01.png" alt="Select Symbian bld.inf file to import" width="525" height="550"></p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    59
     </blockquote>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    60
     <ol start="3">
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    61
		 <li> 
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    62
			 Type the location of the bld.inf file to import, or browse to the file using the Browse button. </li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    63
		  <p class="Image"><img src="../reference/images/import_bld_inf_02.png" alt="Select bld.inf file to import" width="573" height="550"></p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    64
		  <p class="note"><strong>NOTE</strong> Depending upon which SDKs are installed, you may see both SBSv1 and SBSv2 builders available. It is recommended that SBSv2 be the primary choice as SBSv1 has been deprecated for future Symbian OS development.</p>
1929
e42423cc31d4 BUG 11531 - final updates for build config revision
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    65
		  <p class="Image">SBSv2   works with recent versions of Symbian^3 and Symbian ^4 SDKs. Both  SBSv1 and SBSv2 are GNU make based build systems. SBSv1 uses Perl to generate make files,  while SBSv2 uses Python. Select the appropriate builder for your project.</p>
e42423cc31d4 BUG 11531 - final updates for build config revision
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    66
		  <p class="note"><strong>NOTE</strong> Choose SBSv2 whenever possible as SBSv1 is being phased out.</p>
e42423cc31d4 BUG 11531 - final updates for build config revision
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    67
	     When building for  SBSv2, the builder will set <span class="code">EPOCROOT</span> 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 <span class="code">PATH</span> variable.&nbsp;  This is derived from the <span class="code">SBS_HOME</span> environment variable.
e42423cc31d4 BUG 11531 - final updates for build config revision
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    68
	     <p class="Image">For SBSv2, all  build configurations (platform/target), including the built-in platforms  (WINSCW, ARMV5), are declared in xml files in the <span class="code">\sbs\lib\config</span> directory.  The Build  Configurations selection page  displays only kits  known to support SBSv2.</p>
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    69
		  <li> Click Next to select the recognized SDKs and Build Configurations to be created for this project
1929
e42423cc31d4 BUG 11531 - final updates for build config revision
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    70
		      <p>The SDKs and Build Configurations shows a tree of
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    71
		              the SDKs that are available to be used, and for each SDK, the type of build configurations
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    72
		              that are available. You can select a single SDK if you are developing the program
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    73
		              for just one version of a platform, or multiple SDKs if your
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    74
		              program is to be built against multiple platforms or operating system
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    75
		              versions.</p>
1929
e42423cc31d4 BUG 11531 - final updates for build config revision
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    76
	     </li>
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    77
     </ol>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    78
     <blockquote>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    79
         <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>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    80
         <p><img src="../reference/images/import_bld_inf_03.png" alt="Symbian OS SDKs page" width="573" height="550"></p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    81
     </blockquote>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    82
     <ol>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    83
         <li value="5"> Click Next to select the mmp and extension make files
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    84
             <div class="Figure">
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    85
                 <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>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    86
                 <p class="Image"><img src="../reference/images/import_bld_inf_04.png" alt="" width="573" height="550"  border="0" /></p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    87
             </div>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    88
                 </li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    89
         <li>Click Next to enter the Project name and root directory</li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    90
         <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>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    91
         <ul>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    92
             <li>.project - an xml file that provides a project description </li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    93
             <li>.cproject - an xml file that provides additional project information </li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    94
             <li>.settings folder - contains files that provide build configuration and preference settings </li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    95
                     </ul>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    96
         <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 <span class="code">EPOCROOT</span> and the variable value is the full path where a Symbian OS SDK is installed in the Windows system.</p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    97
         <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>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    98
         <p class="Image"><img src="../reference/images/import_bld_inf_05.png" alt="" width="573" height="550"  border="0" /></p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
    99
         <li> Click Finish to import the project
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
   100
             <p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
   101
                 The
1658
2a5c0df13bad renamed files for consistency in naming
fturovic <frank.turovich@nokia.com>
parents: 1507
diff changeset
   102
                 wizard creates the project in the <a href="../reference/view_proj_explorer.htm">Project Explorer</a> view, where it can be built and edited as normal. If the wizard is unable to read the project files, then the page
1507
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
   103
                 describes the error that occurred. If an error occurs, you must fix the project file, and then
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
   104
             re-import the bld.inf.</p>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
   105
                     </li>
30441fd93226 minor edits and updates for 3.0 release
fturovic <frank.turovich@nokia.com>
parents: 1376
diff changeset
   106
     </ol>
159
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   107
   </div>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   108
	   <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
   109
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
         <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
   112
         <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
   113
       </ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   114
	   <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
   115
	   <ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   116
         <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
   117
         <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
   118
         <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
   119
       </ul>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   120
	   <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
   121
	   <ul>
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="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
   123
         <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
   124
         <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
   125
         <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
   126
       </ul>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 159
diff changeset
   127
<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>
159
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   128
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   129
   </body>
b9a5290dcc8d Bug 9033 - added mmp file selection description to importing projects page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   130
   </html>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   131