|
1 /* |
|
2 * Copyright (c) 2007-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 TARGET libimgutils.a |
|
20 TARGETTYPE lib |
|
21 |
|
22 SOURCEPATH ..\..\imglib\compress |
|
23 SOURCE byte_pair.cpp pagedcompress.cpp |
|
24 USERINCLUDE ..\..\imglib\compress |
|
25 |
|
26 SOURCEPATH ..\..\imglib\e32image |
|
27 SOURCE e32image.cpp |
|
28 USERINCLUDE ..\..\imglib\e32image |
|
29 |
|
30 SOURCEPATH ..\..\imglib\e32image\deflate |
|
31 SOURCE inflate.cpp compress.cpp decode.cpp deflate.cpp panic.cpp encode.cpp |
|
32 USERINCLUDE ..\..\imglib\e32image\deflate |
|
33 |
|
34 SOURCEPATH ..\..\imglib\host |
|
35 SOURCE h_file.cpp h_mem.cpp h_utl.cpp |
|
36 USERINCLUDE ..\..\imglib\inc |
|
37 |
|
38 SOURCEPATH ..\..\imglib\e32uid |
|
39 SOURCE e32uid.cpp |
|
40 USERINCLUDE ..\..\imglib\e32uid |
|
41 |
|
42 SOURCEPATH ..\..\romtools\rofsbuild |
|
43 SOURCE r_coreimage.cpp r_build.cpp |
|
44 USERINCLUDE ..\..\romtools\rofsbuild ..\..\imglib\patchdataprocessor\include |
|
45 |
|
46 SOURCEPATH ..\libimgutils\src |
|
47 SOURCE romreader.cpp imagereader.cpp e32reader.cpp rofsreader.cpp romimageheader.cpp |
|
48 SOURCE rofsimage.cpp utils.cpp dirreader.cpp |
|
49 USERINCLUDE ..\libimgutils\inc |
|
50 USERINCLUDE ..\..\imglib\boostlibrary |
|
51 |
|
52 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
53 |
|
54 SYSTEMINCLUDE ..\libimgutils\inc |
|
55 SYSTEMINCLUDE ..\..\imglib\inc ..\..\romtools\rofsbuild |
|
56 |
|
57 #ifdef TOOLS2_LINUX |
|
58 OPTION GCC -pthread -O2 -Wno-uninitialized |
|
59 #else |
|
60 OPTION GCC -mthreads -O2 -Wno-uninitialized |
|
61 #endif |