author | marvin shi <marvin.shi@nokia.com> |
Wed, 17 Nov 2010 14:41:23 +0800 | |
changeset 692 | 1dfff72f0961 |
parent 654 | 7c11c3d8d025 |
child 694 | c3fbb20e86f0 |
permissions | -rw-r--r-- |
606 | 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 symbolgenerator.cpp |
|
27 |
SOURCE fatcluster.cpp fsnode.cpp fatimagegenerator.cpp |
|
654 | 28 |
SOURCE symbolprocessunit.cpp |
606 | 29 |
SOURCEPATH ../../imglib/host |
30 |
SOURCE h_utl.cpp h_file.cpp h_mem.cpp utf16string.cpp |
|
31 |
SOURCEPATH ../rofsbuild/src/cache |
|
32 |
SOURCE cachemanager.cpp cacheexception.cpp cache.cpp cacheablelist.cpp cachevalidator.cpp cachegenerator.cpp cacheentry.cpp |
|
654 | 33 |
SOURCEPATH ../rofsbuild/src/logging |
34 |
SOURCE loggingexception.cpp logparser.cpp |
|
606 | 35 |
|
36 |
// executable compression |
|
37 |
SOURCEPATH ../../imglib/e32uid |
|
38 |
SOURCE e32uid.cpp |
|
39 |
sourcepath ../../imglib/e32image |
|
40 |
source e32image.cpp |
|
41 |
sourcepath ../../imglib/e32image/deflate |
|
42 |
source decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp |
|
43 |
source compress.cpp |
|
44 |
sourcepath ../../imglib/compress |
|
45 |
source byte_pair.cpp pagedcompress.cpp |
|
46 |
||
47 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
48 |
||
49 |
USERINCLUDE ../../imglib/inc ../../imglib/compress |
|
50 |
USERINCLUDE ../../imglib/patchdataprocessor/include ../../imglib/parameterfileprocessor/include |
|
51 |
USERINCLUDE ../../imglib/memmap/include |
|
626
ac03b93ca9c4
ROM Tools 12.3.4 + RCOMP 8.4.2
Zheng Shen <zheng.shen@nokia.com>
parents:
607
diff
changeset
|
52 |
USERINCLUDE ../../imglib/uniconv/include |
606 | 53 |
USERINCLUDE ../rofsbuild/inc |
54 |
USERINCLUDE ../../imglib/boostlibrary/ |
|
55 |
USERINCLUDE ../../imglib/boostlibrary/boost |
|
654 | 56 |
USERINCLUDE ../rofsbuild |
606 | 57 |
|
58 |
STATICLIBRARY patchdataprocessor parameterfileprocessor memmap |
|
626
ac03b93ca9c4
ROM Tools 12.3.4 + RCOMP 8.4.2
Zheng Shen <zheng.shen@nokia.com>
parents:
607
diff
changeset
|
59 |
STATICLIBRARY boost_thread-1.39 boost_filesystem-1.39 boost_regex-1.39 boost_system-1.39 uniconv |
606 | 60 |
#ifdef TOOLS2_LINUX |
61 |
OPTION GCC -pthread -O2 -Wno-uninitialized |
|
62 |
#else |
|
63 |
OPTION GCC -mthreads -O2 -Wno-uninitialized |
|
64 |
#endif |
|
65 |
||
66 |
||
67 |
VENDORID 0x70000001 |