author | William Roberts <williamr@symbian.org> |
Thu, 29 Jul 2010 23:52:13 +0100 | |
branch | GCC_SURGE |
changeset 237 | 2604c9de91e0 |
parent 152 | 657f875b013e |
child 257 | 3e88ff8f41d5 |
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 |
// e32test/group/d_second_excp2.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
TARGET d_second_excp2.dll |
|
19 |
TARGETTYPE DLL |
|
20 |
SOURCEPATH ../cppexceptions |
|
21 |
SOURCE second_excp.cpp |
|
22 |
||
23 |
LIBRARY euser.lib |
|
24 |
||
25 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
26 |
ROMTARGET |
|
27 |
RAMTARGET \sys\bin\ // |
|
28 |
capability all |
|
29 |
vendorid 0x70000001 |
|
30 |
||
152
657f875b013e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
31 |
#if defined ARMCC_4_0 |
657f875b013e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
32 |
deffile d_second_excp2_40.def |
657f875b013e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
33 |
#else |
657f875b013e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
34 |
deffile d_second_excp2.def |
657f875b013e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
35 |
#endif |
0 | 36 |
|
37 |
SMPSAFE |