equal
deleted
inserted
replaced
|
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 ../../../imgtools/imglib/e32uid |
|
22 source e32uid.cpp |
|
23 sourcepath ../../../imgtools/imglib/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 ../../../imgtools/imglib/e32image |
|
28 source e32image.cpp tr_main.cpp imgdump.cpp |
|
29 sourcepath ../../../imgtools/imglib/e32image/deflate |
|
30 source decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp compress.cpp |
|
31 sourcepath ../../../imgtools/imglib/compress |
|
32 source byte_pair.cpp pagedCompress.cpp |
|
33 |
|
34 userinclude ../../../imgtools/imglib/compress |
|
35 USERINCLUDE ../../../imgtools/imglib/inc |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 USERINCLUDE ../compress |
|
38 |
|
39 VENDORID 0x70000001 |