author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 07 Jan 2010 13:38:45 +0200 | |
changeset 33 | 0173bcd7697c |
parent 0 | a41df078684a |
child 109 | b3a1d9898418 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
// All rights reserved. |
|
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// |
|
15 |
||
16 |
TARGET t_drtaeabi.dll |
|
17 |
||
18 |
TARGETTYPE dll |
|
19 |
||
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
20 |
SOURCEPATH ../../../kernel/eka/compsupp/rvct |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
21 |
|
0 | 22 |
SOURCE aeabidiv0.cpp |
23 |
SOURCE drtaeabi.cpp |
|
24 |
SOURCE type_info.cpp |
|
25 |
||
26 |
USERINCLUDE ../../../kernel/eka/include |
|
27 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
28 |
||
29 |
SOURCEPATH ../../../kernel/eka/compsupp/symaehabi |
|
30 |
SOURCE symbian_support.cpp |
|
31 |
SOURCE symbian_rtti.cpp |
|
32 |
SOURCE unwinder.c |
|
33 |
SOURCE unwind_pr.c |
|
34 |
SOURCE cppsemantics.cpp |
|
35 |
||
36 |
SOURCEPATH ../cppexceptions |
|
37 |
SOURCE export_internals.cpp |
|
38 |
||
39 |
// we're building a runtime support lib so we have to add the libraries we want by hand |
|
40 |
||
41 |
#if defined ARMCC_2_1 |
|
42 |
LIBRARY euser.lib dfpaeabi.lib dfprvct2_1.lib drtrvct2_1.lib |
|
43 |
#elif defined ARMCC_2_2 |
|
44 |
LIBRARY euser.lib dfpaeabi.lib dfprvct2_2.lib drtrvct2_2.lib |
|
45 |
#elif defined ARMCC_3_1 |
|
46 |
LIBRARY euser.lib dfpaeabi.lib dfprvct3_1.lib drtrvct3_1.lib scppnwdl.lib |
|
47 |
#endif |
|
48 |
||
49 |
START ARMCC |
|
50 |
ARMRT // we're building a runtime support lib so suppress all the default libraries |
|
51 |
ARMINC |
|
52 |
// we want the 'pure' versions to go with softvfp |
|
53 |
#if defined ARMCC_3_1 |
|
54 |
#ifdef MARM_ARMV5 |
|
55 |
ARMLIBS c_5.l h_5.l cpprt_5.l |
|
56 |
#else |
|
57 |
ARMLIBS c_4.l h_4.l cpprt_4.l |
|
58 |
#endif |
|
59 |
#else |
|
60 |
#ifdef MARM_ARMV5 |
|
61 |
ARMLIBS c_t__un.l cpprt_t__u.l |
|
62 |
#else |
|
63 |
ARMLIBS c_a__un.l cpprt_a__u.l |
|
64 |
#endif |
|
65 |
#endif |
|
66 |
END |
|
67 |
||
68 |
capability all |
|
69 |
vendorid 0x70000001 |
|
70 |
||
71 |
||
72 |
SMPSAFE |