equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 macro __SUPPORT_ELF_FILES__ |
|
20 |
|
21 target elftran.exe |
|
22 targettype exe |
|
23 |
|
24 sourcepath ../elftran |
|
25 source elf_file.cpp elf_dlld.cpp elf_imp.cpp elf_reloc.cpp elf_tran.cpp |
|
26 |
|
27 sourcepath ../../../imgtools/imglib/e32uid |
|
28 source e32uid.cpp |
|
29 |
|
30 sourcepath ../../../imgtools/imglib/host |
|
31 source h_file.cpp h_mem.cpp h_utl.cpp |
|
32 |
|
33 userinclude ../inc |
|
34 userinclude ../../../e32tools/e32lib/e32image/inc |
|
35 |
|
36 systeminclude ../../../e32tools/e32lib/e32image/inc |
|
37 |
|
38 sourcepath ../../../e32tools/e32lib/e32image |
|
39 source e32image.cpp tr_main.cpp imgdump.cpp |
|
40 |
|
41 sourcepath ../../../e32tools/e32lib/e32image/deflate |
|
42 source decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp compress.cpp |
|
43 |
|
44 sourcepath ../../../imgtools/imglib/compress |
|
45 source byte_pair.cpp pagedCompress.cpp |
|
46 |
|
47 systeminclude ../inc /epoc32/include ../../../imgtools/imglib/compress /epoc32/include/tools/ |
|
48 |
|
49 VENDORID 0x70000001 |