|
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 rombuild.exe |
|
21 targettype exe |
|
22 |
|
23 sourcepath . |
|
24 source r_dir.cpp r_header.cpp r_obey.cpp r_srec.cpp |
|
25 source r_rom.cpp rombuild.cpp r_build.cpp r_collapse.cpp |
|
26 source r_global.cpp r_areaset.cpp |
|
27 source r_coreimage.cpp r_coreimagereader.cpp |
|
28 sourcepath ../../imglib/e32uid |
|
29 source e32uid.cpp |
|
30 sourcepath ../../imglib/host |
|
31 source h_file.cpp h_mem.cpp h_utl.cpp |
|
32 sourcepath ../../imglib/e32image |
|
33 source e32image.cpp |
|
34 sourcepath ../../imglib/e32image/deflate |
|
35 source decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp |
|
36 source compress.cpp |
|
37 sourcepath ../../imglib/compress |
|
38 source byte_pair.cpp |
|
39 source pagedcompress.cpp |
|
40 |
|
41 userinclude ../../imglib/compress ../../imglib/inc |
|
42 userinclude ../../imglib/patchdataprocessor/include ../../imglib/parameterfileprocessor/include |
|
43 userinclude ../../imglib/memmap/include |
|
44 userinclude ../../imglib/boostlibrary/ |
|
45 |
|
46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
47 |
|
48 staticlibrary patchdataprocessor |
|
49 staticlibrary parameterfileprocessor |
|
50 staticlibrary memmap |
|
51 |
|
52 #ifdef TOOLS2_LINUX |
|
53 STATICLIBRARY boost_thread-mgw34-mt-1_39_linux |
|
54 OPTION GCC -O2 -Wno-uninitialized -pthread |
|
55 #else |
|
56 STATICLIBRARY boost_thread-mgw34-mt-1_39_win32 |
|
57 OPTION GCC -O2 -Wno-uninitialized -mthreads |
|
58 #endif |
|
59 |
|
60 VENDORID 0x70000001 |