equal
deleted
inserted
replaced
|
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 "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 target dfprvct2_1.dll |
|
17 |
|
18 targettype dll |
|
19 |
|
20 sourcepath . |
|
21 source dfprvct2_1.cpp |
|
22 |
|
23 // yuk |
|
24 library euser.lib |
|
25 |
|
26 library drtrvct2_1.lib |
|
27 |
|
28 option armcc --no_exceptions --no_exceptions_unwind |
|
29 |
|
30 start armcc |
|
31 armrt |
|
32 |
|
33 // we want the 'pure' versions to go with softvfp |
|
34 #ifdef MARM_ARMV5 |
|
35 armlibs f_t_p.l c_t__un.l |
|
36 #else //!MARM_ARMV5 |
|
37 armlibs f_a_p.l c_a__un.l |
|
38 #endif //MARM_ARMV5 |
|
39 |
|
40 end // armcc |
|
41 |
|
42 capability all |
|
43 |
|
44 vendorid 0x70000001 |
|
45 |
|
46 SMPSAFE |