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 * Creates scppnwdl.dll which implements Symbian's global operator new and global |
|
16 * operator delete. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 TARGET scppnwdl.dll |
|
22 |
|
23 TARGETTYPE dll |
|
24 |
|
25 OPTION ARMCC --no_exceptions --no_exceptions_unwind |
|
26 |
|
27 SOURCEPATH . |
|
28 SOURCE rtopnew.cpp rtopdel.cpp |
|
29 |
|
30 LIBRARY euser.lib |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 capability all |
|
35 VENDORID 0x70000001 |
|
36 |
|
37 UNPAGED |
|
38 SMPSAFE |
|
39 |