toolsandutils/e32tools/group/checklib.mmp
changeset 0 83f4b4db085c
child 1 d4b442d23379
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 // Copyright (c) 2008-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 "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 target          checklib.exe
       
    18 targettype      exe
       
    19 
       
    20 userinclude     ..
       
    21 userinclude     ../checklib
       
    22 userinclude     ../checklib/object/coff
       
    23 
       
    24 sourcepath      ../checklib
       
    25 
       
    26 source          main.cpp
       
    27 
       
    28 source          library/library.cpp
       
    29 source          misc/endian.cpp
       
    30 
       
    31 sourcepath      ../checklib/object
       
    32 
       
    33 source          object.cpp
       
    34 source          elf_object.cpp
       
    35 source          coff_object.cpp
       
    36 
       
    37 source          elf/elf_file_header.cpp
       
    38 source          elf/elf_section_header.cpp
       
    39 source          elf/elf_symbol.cpp
       
    40 source          elf/elf_string_table.cpp
       
    41 
       
    42 source          coff/coff_file_header.cpp
       
    43 source          coff/coff_symbol.cpp
       
    44 source          coff/coff_string_table.cpp
       
    45 
       
    46 
       
    47 //option GCC      -Wall -Wextra
       
    48 
       
    49 
       
    50 vendorid        0x70000001
       
    51