symport/symutil/group/bld.inf
changeset 1 0a7b44b10206
child 2 806186ab5e14
equal deleted inserted replaced
0:c55016431358 1:0a7b44b10206
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 PRJ_EXPORTS
       
    17 
       
    18 ../inc/errorstrings.h    /epoc32/include/x86tool/
       
    19 ../inc/errortranslator.h    /epoc32/include/x86tool/
       
    20 ../inc/utils.h    /epoc32/include/x86tool/
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 TOOLS2
       
    24 
       
    25 
       
    26 PRJ_EXTENSIONS
       
    27 
       
    28 #ifdef TOOLS2
       
    29 start extension tools/x86tool
       
    30 option TARGET_NAME symutil
       
    31 option TARGET_TYPE lib
       
    32 option SOURCE_DIRS ../src
       
    33 option INCLUDES ../inc ../../e32/include
       
    34 end
       
    35 #endif