core/com.nokia.carbide.cpp.doc.user/html/reference/menus/build_pkg_file.htm
author fturovic <frank.turovich@nokia.com>
Wed, 06 Oct 2010 10:31:32 -0500
changeset 2131 ff0156b93599
parent 1791 727385d8e2b3
permissions -rw-r--r--
moved inf, mmp, remote conn, and views to project folder
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
332
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<html>
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<head>
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
<title>Build Package File</title>
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
</head>
1791
727385d8e2b3 added new customize carbide section and some relinking done for deleted duplicate page
fturovic <frank.turovich@nokia.com>
parents: 1658
diff changeset
    10
<body >
332
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
<h2>Build Package (.pkg) File</h2>
2131
ff0156b93599 moved inf, mmp, remote conn, and views to project folder
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    12
<p>Select a <span class="code">.PKG</span> file in a project&prime;s <em>/sis</em> folder in the <a href="../../projects/views/view_proj_explorer.htm">Project Explorer</a> view and right-click to display the context menu. Select <b>Symbian Build &gt; Build PKG File</b> to build the package file and create the .sis installation file. This option is also available from an editor view when the file is open. The <span class="code">makesis</span> tool uses the package file and packs all the required resources together into a SIS installation file. The <a href="../../projects/views/view_console.htm">Console</a> view displays the processing output.  The .sis and .sisx files will appear in the project's <em>/sis</em> folder.</p>
1648
0d551b392c77 updated Menu section of manual
fturovic <frank.turovich@nokia.com>
parents: 1507
diff changeset
    13
<p align="center"><img src="../images/build_pkg_file.png" width="543" height="117" /></p>
332
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
<p align="center" class="figure">Figure 1. Build PKG File context menu </p>
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
<h5>Other references</h5>
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
<ul>
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
  <li><a href="menus.htm">Carbide Menu</a></li>
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
  <li><a href="../../tasks/projects/working_with_sis_pkg_files.htm">Creating a PKG File</a></li>
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
  <li><a href="../../tasks/projects/prj_set_build_tgt.htm">Setting an Active Configuration</a></li>
1658
2a5c0df13bad renamed files for consistency in naming
fturovic <frank.turovich@nokia.com>
parents: 1648
diff changeset
    20
  <li><a href="../build_properties/prop_carb_build_config.htm">Carbide Build Configurations</a></li>
332
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
</ul>
1376
120480c02651 BUG 10758 - copyright revised date to 2010
fturovic <frank.turovich@nokia.com>
parents: 332
diff changeset
    22
<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>
332
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
ba0d2f14ba7a [bug 9368] Updated images to show Project Explorer vice C/C++ Projects
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
</body>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    25
</html>