Symbian3/SDK/Source/GUID-2FCB4609-1568-5B5F-AD9D-5A531B17A68F.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-2FCB4609-1568-5B5F-AD9D-5A531B17A68F" xml:lang="en"><title>resource</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    13 <p><codeph>resource</codeph>  <varname>resource-file-list</varname> </p>
       
    14 <p><note> From v9.0, applications need to specify the directory
       
    15 for the built resource. Use the start resource syntax to do this.</note>.</p>
       
    16 <p>Use the <codeph>resource</codeph> statement, to specify resource files
       
    17 for application projects. The makefile will build the resource file into the
       
    18 target directory.</p>
       
    19 <p>Each resource file should be given with its extension, e.g. <filepath>squash.rss</filepath>.</p>
       
    20 <p>If more than one language is specified with the <codeph>lang</codeph>,
       
    21 then each resource will be compiled multiple times, once for each language
       
    22 specified.</p>
       
    23 <p>If you have a system project rather than an application, use the <codeph>systemresource</codeph> statement.</p>
       
    24 </conbody></concept>