Symbian3/SDK/Source/GUID-F13D4492-4E0C-5D7A-A30D-9E79F092CF72.dita
changeset 13 48780e181b38
parent 12 80ef3a206772
child 14 578be2adaf3e
equal deleted inserted replaced
12:80ef3a206772 13:48780e181b38
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-F13D4492-4E0C-5D7A-A30D-9E79F092CF72" xml:lang="en"><title>listing</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    13 <p><codeph>abld</codeph> [ test ] <codeph>listing</codeph>  <codeph> [-k]
       
    14 [-v] </codeph> [ <varname>platform</varname> ] [ <varname>build</varname> ]
       
    15 [ <varname>program</varname> ] [ <varname>source_basename</varname> ]</p>
       
    16 <p>This command creates an assembler listing file for a particular source
       
    17 file.</p>
       
    18 <p>The listing file name has the format extension <varname>source_basename</varname> <filepath>.lis.</filepath> <varname>ABI-name</varname>. </p>
       
    19 <p>The listing file is created in the build directory and then copied to the
       
    20 directory containing the source file. </p>
       
    21 <example><p>Assuming <filepath>myproject</filepath> is a project,
       
    22 and <filepath>cappui.cpp</filepath> is the file to get the listing for, the
       
    23 following command would produce an ARMI release assembly listing for that
       
    24 file:</p><userinput>abld listing armi urel myproject cappui</userinput><p>This
       
    25 would produce an output file <filepath>cappui.lis.armi</filepath>.</p></example>
       
    26 </conbody></concept>