equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 "ARM EABI LICENCE.txt" |
|
5 // which accompanies this distribution, and is available |
|
6 // in kernel/eka/compsupp. |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 targettype dll |
|
17 |
|
18 option armcc --no_exceptions --no_exceptions_unwind |
|
19 |
|
20 sourcepath . |
|
21 source rtabort.cpp |
|
22 source rtdiv0.cpp |
|
23 source rtexit.cpp |
|
24 source rtraise.cpp |
|
25 source sftfpini.cpp |
|
26 source no_extras.cpp |
|
27 |
|
28 // These should eventually be removed; they are already defined in scppnwdl.dll. We |
|
29 // keep them here only for backwards compatibility. |
|
30 SOURCEPATH ..\symcpp |
|
31 SOURCE rtopnew.cpp rtopdel.cpp |
|
32 |
|
33 library euser.dso scppnwdl.dso dfprvct3_1.dso drtaeabi.dso dfpaeabi.dso |
|
34 |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
37 systeminclude ../../include |
|
38 #endif |
|
39 |
|
40 start armcc |
|
41 armrt |
|
42 arminc |
|
43 armlibs c_5.l h_5.l cpprt_5.l |
|
44 end |
|
45 |
|
46 capability all |
|
47 vendorid 0x70000001 |
|
48 |
|
49 |
|
50 SMPSAFE |