author | Mike Kinghan <mikek@symbian.org> |
Thu, 05 Aug 2010 10:36:25 +0100 | |
branch | GCC_SURGE |
changeset 240 | 888ff8520588 |
parent 239 | 03e4121ce0f8 |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 1997-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 |
// e32/euser/edll.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
target edll.lib |
|
19 |
||
20 |
targettype lib |
|
21 |
||
22 |
ALWAYS_BUILD_AS_ARM |
|
23 |
||
24 |
#if defined(WINS) |
|
25 |
sourcepath epoc/win32 |
|
26 |
source uc_dll.cpp uc_atx.cpp |
|
27 |
#ifdef CW32 |
|
28 |
source uc_cwhelp.cpp |
|
29 |
start wins |
|
30 |
win32_headers |
|
31 |
end |
|
32 |
#endif |
|
33 |
sourcepath epoc |
|
34 |
source up_dll_tls.cpp up_dll_file.cpp |
|
35 |
#endif |
|
36 |
||
37 |
#if defined(MARM) |
|
38 |
option ARMCC --no_exceptions --no_exceptions_unwind |
|
239
03e4121ce0f8
Fix for bug 2920 - [GCCE] edll's mmp file suppresses exceptions for rvct but not gcce
Mike Kinghan <mikek@symbian.org>
parents:
0
diff
changeset
|
39 |
option GCCE -fno-exceptions |
0 | 40 |
|
41 |
sourcepath epoc/arm |
|
42 |
source uc_dll.cpp uc_dll.cia |
|
43 |
#endif |
|
44 |
||
45 |
#if defined(X86) |
|
46 |
sourcepath epoc/x86 |
|
47 |
source uc_dll.cia |
|
48 |
source uc_dll.cpp uc_atx.cpp |
|
49 |
#endif |
|
50 |
||
51 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
52 |
USERINCLUDE ../include |
|
53 |
||
54 |
||
55 |
capability all |
|
56 |
||
57 |
VENDORID 0x70000001 |
|
58 |
||
59 |
SMPSAFE |