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
|
|
28 |
SOURCEPATH ../../imglib/host
|
|
29 |
SOURCE h_utl.cpp h_file.cpp h_mem.cpp utf16string.cpp
|
|
30 |
SOURCEPATH ../rofsbuild/src/cache
|
|
31 |
SOURCE cachemanager.cpp cacheexception.cpp cache.cpp cacheablelist.cpp cachevalidator.cpp cachegenerator.cpp cacheentry.cpp
|
|
32 |
|
|
33 |
// executable compression
|
|
34 |
SOURCEPATH ../../imglib/e32uid
|
|
35 |
SOURCE e32uid.cpp
|
|
36 |
sourcepath ../../imglib/e32image
|
|
37 |
source e32image.cpp
|
|
38 |
sourcepath ../../imglib/e32image/deflate
|
|
39 |
source decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp
|
|
40 |
source compress.cpp
|
|
41 |
sourcepath ../../imglib/compress
|
|
42 |
source byte_pair.cpp pagedcompress.cpp
|
|
43 |
|
|
44 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
45 |
|
|
46 |
USERINCLUDE ../../imglib/inc ../../imglib/compress
|
|
47 |
USERINCLUDE ../../imglib/patchdataprocessor/include ../../imglib/parameterfileprocessor/include
|
|
48 |
USERINCLUDE ../../imglib/memmap/include
|
|
49 |
USERINCLUDE ../rofsbuild/inc
|
|
50 |
USERINCLUDE ../../imglib/boostlibrary/
|
|
51 |
USERINCLUDE ../../imglib/boostlibrary/boost
|
|
52 |
|
|
53 |
STATICLIBRARY patchdataprocessor parameterfileprocessor memmap
|
|
54 |
STATICLIBRARY boost_thread-1.39 boost_filesystem-1.39 boost_regex-1.39 boost_system-1.39
|
|
55 |
#ifdef TOOLS2_LINUX
|
|
56 |
OPTION GCC -pthread -O2 -Wno-uninitialized
|
|
57 |
#else
|
|
58 |
OPTION GCC -mthreads -O2 -Wno-uninitialized
|
|
59 |
#endif
|
|
60 |
|
|
61 |
|
|
62 |
VENDORID 0x70000001
|