genericopenlibs/cppstdlib/group/stdnew.mmp
changeset 0 e4d67989cc36
child 22 ddc455616bd6
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 "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 // Name        : stdnew.mmp
       
    15 // Part of     : standard c++ library.
       
    16 // Version     : 1.0
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 target         stdnew.dll
       
    22 targettype     dll
       
    23 
       
    24 UID            0x1000008d 0x20022178
       
    25 
       
    26 sourcepath     ../src
       
    27 source         operator_new.cpp operator_delete.cpp
       
    28 source         set_new_handler.cpp
       
    29 source         exception.cpp
       
    30 
       
    31 STDCPP
       
    32 
       
    33 library        euser.lib
       
    34 
       
    35 #ifndef WINSCW 
       
    36 library        drtaeabi.lib
       
    37 #endif
       
    38 
       
    39 #ifdef GCCXML
       
    40 macro __wchar_t_defined
       
    41 macro __SYMBIAN_STDCPP_SUPPORT__
       
    42 #endif  
       
    43 
       
    44 userinclude  ../inc
       
    45 userinclude  ../stl/stlport
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    48 OS_LAYER_STLPORTV5_SYSTEMINCLUDE
       
    49 
       
    50 capability     all
       
    51 vendorid       0x70000001
       
    52 
       
    53 SMPSAFE 
       
    54 
       
    55