genericopenlibs/cppstdlib/stl/test/group/stlport_extraExports.mmp
changeset 22 ddc455616bd6
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
       
     1 // Copyright (c) 2010 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        : stlport_extraExports.mmp
       
    15 // Part of     : 
       
    16 
       
    17 
       
    18 TARGET		  stlport_extraExports.dll
       
    19 TARGETTYPE	  dll
       
    20 
       
    21 OPTION CW -wchar_t on
       
    22 MACRO _WCHAR_T_DECLARED
       
    23 
       
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    26 OS_LAYER_STLPORTV5_SYSTEMINCLUDE
       
    27 
       
    28 sourcepath		../unit/
       
    29 SOURCE		  extraExports.cpp
       
    30 
       
    31 EPOCALLOWDLLDATA
       
    32 
       
    33 nostrictdef
       
    34 
       
    35 STDCPP
       
    36 
       
    37 LIBRARY euser.lib
       
    38 LIBRARY libc.lib
       
    39 LIBRARY libstdcppv5.lib
       
    40 
       
    41 #ifdef ENABLE_ABIV2_MODE
       
    42 DEBUGGABLE_UDEBONLY
       
    43 #endif											
       
    44 
       
    45 SMPSAFE