author | Ross Qin <ross.qin@nokia.com> |
Thu, 28 Oct 2010 11:39:28 +0800 | |
changeset 669 | ac2dc5c059f3 |
parent 626 | ac03b93ca9c4 |
permissions | -rw-r--r-- |
606 | 1 |
/* |
2 |
* Copyright (c) 1999-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 |
* Base tools (e.g. petran) |
|
16 |
* |
|
17 |
*/ |
|
18 |
||
19 |
||
20 |
/** |
|
21 |
@file |
|
22 |
*/ |
|
23 |
||
24 |
PRJ_PLATFORMS |
|
25 |
TOOLS2 |
|
26 |
||
27 |
PRJ_EXPORTS |
|
28 |
#ifdef TOOLS2_LINUX |
|
29 |
../boostlibrary/binary/linux/libboost_filesystem-1.39.a /epoc32/release/tools2/linux-i386-libc2_5/rel/libboost_filesystem-1.39.a |
|
30 |
../boostlibrary/binary/linux/libboost_thread-1.39.a /epoc32/release/tools2/linux-i386-libc2_5/rel/libboost_thread-1.39.a |
|
31 |
../boostlibrary/binary/linux/libboost_regex-1.39.a /epoc32/release/tools2/linux-i386-libc2_5/rel/libboost_regex-1.39.a |
|
32 |
../boostlibrary/binary/linux/libboost_system-1.39.a /epoc32/release/tools2/linux-i386-libc2_5/rel/libboost_system-1.39.a |
|
33 |
||
34 |
../boostlibrary/binary/linux/libboost_filesystem-1.39.a /epoc32/release/tools2/linux-i386-libc2_5/deb/libboost_filesystem-1.39.a |
|
35 |
../boostlibrary/binary/linux/libboost_thread-1.39.a /epoc32/release/tools2/linux-i386-libc2_5/deb/libboost_thread-1.39.a |
|
36 |
../boostlibrary/binary/linux/libboost_regex-1.39.a /epoc32/release/tools2/linux-i386-libc2_5/deb/libboost_regex-1.39.a |
|
37 |
../boostlibrary/binary/linux/libboost_system-1.39.a /epoc32/release/tools2/linux-i386-libc2_5/deb/libboost_system-1.39.a |
|
38 |
||
39 |
../boostlibrary/binary/linux/libboost_filesystem-1.39.a /epoc32/release/tools2/linux-x86_64-libc2_5/rel/libboost_filesystem-1.39.a |
|
40 |
../boostlibrary/binary/linux/libboost_thread-1.39.a /epoc32/release/tools2/linux-x86_64-libc2_5/rel/libboost_thread-1.39.a |
|
41 |
../boostlibrary/binary/linux/libboost_regex-1.39.a /epoc32/release/tools2/linux-x86_64-libc2_5/rel/libboost_regex-1.39.a |
|
42 |
../boostlibrary/binary/linux/libboost_system-1.39.a /epoc32/release/tools2/linux-x86_64-libc2_5/rel/libboost_system-1.39.a |
|
43 |
||
44 |
../boostlibrary/binary/linux/libboost_filesystem-1.39.a /epoc32/release/tools2/linux-x86_64-libc2_5/deb/libboost_filesystem-1.39.a |
|
45 |
../boostlibrary/binary/linux/libboost_thread-1.39.a /epoc32/release/tools2/linux-x86_64-libc2_5/deb/libboost_thread-1.39.a |
|
46 |
../boostlibrary/binary/linux/libboost_regex-1.39.a /epoc32/release/tools2/linux-x86_64-libc2_5/deb/libboost_regex-1.39.a |
|
47 |
../boostlibrary/binary/linux/libboost_system-1.39.a /epoc32/release/tools2/linux-x86_64-libc2_5/deb/libboost_system-1.39.a |
|
48 |
||
49 |
#else |
|
50 |
../boostlibrary/binary/windows/libboost_thread-1.39.a /epoc32/release/tools2/rel/libboost_thread-1.39.a |
|
51 |
../boostlibrary/binary/windows/libboost_regex-1.39.a /epoc32/release/tools2/rel/libboost_regex-1.39.a |
|
52 |
../boostlibrary/binary/windows/libboost_filesystem-1.39.a /epoc32/release/tools2/rel/libboost_filesystem-1.39.a |
|
53 |
../boostlibrary/binary/windows/libboost_system-1.39.a /epoc32/release/tools2/rel/libboost_system-1.39.a |
|
54 |
||
55 |
../boostlibrary/binary/windows/libboost_thread-1.39.a /epoc32/release/tools2/deb/libboost_thread-1.39.a |
|
56 |
../boostlibrary/binary/windows/libboost_regex-1.39.a /epoc32/release/tools2/deb/libboost_regex-1.39.a |
|
57 |
../boostlibrary/binary/windows/libboost_filesystem-1.39.a /epoc32/release/tools2/deb/libboost_filesystem-1.39.a |
|
58 |
../boostlibrary/binary/windows/libboost_system-1.39.a /epoc32/release/tools2/deb/libboost_system-1.39.a |
|
59 |
||
60 |
../boostlibrary/binary/windows/mingwm10.dll /epoc32/tools/mingwm10.dll |
|
61 |
#endif |
|
62 |
||
63 |
PRJ_MMPFILES |
|
64 |
patchdataprocessor |
|
65 |
parameterfileprocessor |
|
66 |
memmap |
|
67 |
uidcrc |
|
626
ac03b93ca9c4
ROM Tools 12.3.4 + RCOMP 8.4.2
Zheng Shen <zheng.shen@nokia.com>
parents:
607
diff
changeset
|
68 |
uniconv |