toolsandutils/e32tools/group/petran.mmp
changeset 0 83f4b4db085c
child 1 d4b442d23379
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 // Copyright (c) 2003-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 macro		__SUPPORT_PE_FILES__
       
    18 
       
    19 target			petran.exe
       
    20 targettype		exe
       
    21 sourcepath	..\e32uid
       
    22 source			e32uid.cpp
       
    23 sourcepath	..\host
       
    24 source			h_file.cpp h_mem.cpp h_utl.cpp
       
    25 sourcepath	..\pefile
       
    26 source			pe_file.cpp pe_imp.cpp pe_reloc.cpp pe_tran.cpp pe_utl.cpp
       
    27 sourcepath	..\e32image
       
    28 source			e32image.cpp tr_main.cpp imgdump.cpp
       
    29 sourcepath	..\e32image\deflate
       
    30 source			decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp compress.cpp
       
    31 sourcepath  	..\compress
       
    32 source			byte_pair.cpp pagedCompress.cpp
       
    33 USERINCLUDE ../inc
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 USERINCLUDE ../compress
       
    36 
       
    37 VENDORID 0x70000001