|
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 |
|
20 TARGET rofsbuild.exe |
|
21 TARGETTYPE exe |
|
22 |
|
23 // rofsbuild |
|
24 SOURCEPATH ../rofsbuild |
|
25 SOURCE r_obey.cpp r_build.cpp r_rofs.cpp r_driveimage.cpp r_driveutl.cpp |
|
26 SOURCE rofsbuild.cpp r_coreimage.cpp r_smrimage.cpp |
|
27 SOURCEPATH ../../imglib/host |
|
28 SOURCE h_utl.cpp h_file.cpp h_mem.cpp |
|
29 |
|
30 // executable compression |
|
31 SOURCEPATH ../../imglib/e32uid |
|
32 SOURCE e32uid.cpp |
|
33 sourcepath ../../imglib/e32image |
|
34 source e32image.cpp |
|
35 sourcepath ../../imglib/e32image/deflate |
|
36 source decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp |
|
37 source compress.cpp |
|
38 sourcepath ../../imglib/compress |
|
39 source byte_pair.cpp pagedcompress.cpp |
|
40 |
|
41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
42 |
|
43 USERINCLUDE ../../imglib/inc ../../imglib/compress ../../imglib/filesystem/include |
|
44 USERINCLUDE ../../imglib/patchdataprocessor/include ../../imglib/parameterfileprocessor/include |
|
45 USERINCLUDE ../../imglib/memmap/include |
|
46 #ifndef TOOLS2_LINUX |
|
47 USERINCLUDE ../../imglib/boostlibrary/ |
|
48 #endif |
|
49 |
|
50 STATICLIBRARY filesystem |
|
51 STATICLIBRARY patchdataprocessor |
|
52 STATICLIBRARY parameterfileprocessor |
|
53 STATICLIBRARY memmap |
|
54 #ifdef TOOLS2_LINUX |
|
55 OPTION GCC -pthread -O2 -Wno-uninitialized -lboost_thread-mt |
|
56 #else |
|
57 STATICLIBRARY boost_thread-mgw34-mt-1_39_win32 |
|
58 OPTION GCC -mthreads -O2 -Wno-uninitialized |
|
59 #endif |
|
60 |
|
61 |
|
62 VENDORID 0x70000001 |