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