core/com.nokia.carbide.cpp.doc.user/html/reference/menus/abld.htm
author fturovic <frank.turovich@nokia.com>
Tue, 20 Jul 2010 16:45:01 -0500
changeset 1648 0d551b392c77
parent 1207 e265bbe56eb0
child 1654 75edaeb0525d
permissions -rw-r--r--
updated Menu section of manual
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
331
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<html>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<head>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
<meta name="keywords" content="abld, abld target, abld export, abld cleanexport, abld resource, abld final, abld tidy" >
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
<title>ABLD Actions</title>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
</head>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
<body bgcolor="#FFFFFF">
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
<h2>ABLD Actions </h2>
1648
0d551b392c77 updated Menu section of manual
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    13
<p>Use the <b>ABLD</b> menu option to invoke an specific <span class="code">abld</span> command on the selected project or file. ABLD is available under  <b>Symbian Build &gt; ABLD</b> or by right-clicking a project or file in the <a href="../view_cpp_projects.htm">Project Explorer</a>, <a href="../view_sym_proj_nav.htm">Symbian Project Navigator</a>, and <a href="../view_disassembly.htm">Disassembly</a> views and choosing <b>ABLD &gt; <i>command</i></b>. When executed any arguments specified in the <a href="../build_properties/pane_build_config_args.htm">Carbide Build Configurations</a> pane for the command are passed to the selected tool. </p>
0d551b392c77 updated Menu section of manual
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    14
<p align="center"><img src="../images/menu_abld.png" width="890" height="204"></p>
331
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
<p class="figure">Figure 1 - Available ABLD actions</p>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
<p>The available commands include:</p>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
<ul>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
  <li><span class="code">target</span> &#8212; creates the main executable and also the resources</li>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
  <li><span class="code">export</span> &#8212; copies the exported files to their destinations </li>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
  <li><span class="code">cleanexport</span> &#8212; removes files created by <span class="code">abld export</span></li>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
  <li><span class="code">resource</span> &#8212; creates resources files and bitmaps</li>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
  <li><span class="code">final</span> &#8212; allows extension makefiles to execute final commands </li>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
  <li><span class="code">tidy</span> &#8212; removes executables which need not be released</li>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
  <li><span class="code">test</span> &#8212; similar commands that act on test components</li>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    25
</ul>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
<p>See the <a href="http://developer.symbian.com/main/documentation/sdl/">Symbian Developer Library</a> for more information on the <span class="code">abld</span> command. </p>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
<h5>Other references</h5>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
<ul>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
  <li><a href="menus.htm">Carbide Menu</a></li>
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    30
</ul>
1207
e265bbe56eb0 merge 2.6 changes to 3.0 docs
fturovic <frank.turovich@nokia.com>
parents: 331
diff changeset
    31
<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>
331
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
b79bdacb7335 [bug 9367] Added test item to list and updated image to include test submenu
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
</body>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    34
</html>