bintools/checklib/group/checklib.mmp
changeset 0 044383f39525
child 590 360bd6b35136
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     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     ../object/coff
       
    22 userinclude 	../..
       
    23 
       
    24 sourcepath      ..
       
    25 
       
    26 source          main.cpp
       
    27 
       
    28 source          library/library.cpp
       
    29 source          misc/endian.cpp
       
    30 
       
    31 sourcepath      ../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 vendorid        0x70000001
       
    48 
       
    49