equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-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 "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 target drtaeabi.dll |
|
20 targettype dll |
|
21 |
|
22 source aeabidiv0.cpp |
|
23 source drtaeabi.cpp |
|
24 source aeabimem.cpp |
|
25 source type_info.cpp |
|
26 source no_extras.cpp |
|
27 |
|
28 sourcepath ../symaehabi |
|
29 source symbian_support.cpp |
|
30 source symbian_rtti.cpp |
|
31 source unwinder.c |
|
32 source unwind_pr.c |
|
33 source cppsemantics.cpp |
|
34 |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 |
|
37 start armcc |
|
38 armrt |
|
39 arminc |
|
40 |
|
41 #if defined(ARMCC_3_1) |
|
42 armlibs c_5.l cpprt_5.l h_5.l |
|
43 |
|
44 #elif defined(ARMCC_2_2) |
|
45 #ifdef MARM_ARMV5 |
|
46 ARMLIBS c_t__un.l cpprt_t__u.l |
|
47 #else |
|
48 ARMLIBS c_a__un.l cpprt_a__u.l |
|
49 #endif |
|
50 |
|
51 #endif |
|
52 end |
|
53 |
|
54 library scppnwdl.lib euser.lib |
|
55 |
|
56 #if defined(ARMCC_2_2) |
|
57 library drtrvct2_2.lib |
|
58 #elif defined(ARMCC_3_1) |
|
59 library drtrvct3_1.lib |
|
60 #endif |
|
61 |
|
62 armfpu softvfp |
|
63 |
|
64 |
|
65 capability all |
|
66 |
|
67 vendorid 0x70000001 |
|
68 |
|
69 UNPAGED |
|
70 SMPSAFE |
|
71 |