stdcpp/group/libstdcpp.mmp
changeset 0 e4d67989cc36
child 17 ef2ebc87518f
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 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 *
       
    16 */
       
    17 
       
    18 
       
    19 #include<platform_paths.hrh>
       
    20 
       
    21 TARGET          libstdcpp.dll
       
    22 
       
    23 TARGETTYPE      dll
       
    24 
       
    25 UID             0x1000008d  0x10282872
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 OPTION CW -wchar_t on
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif //WINSCW
       
    34 VERSION 				1.0
       
    35 
       
    36 OS_LAYER_SYSTEMINCLUDE
       
    37 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    38 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    39 
       
    40 
       
    41 USERINCLUDE ../src
       
    42 USERINCLUDE ../include
       
    43 
       
    44 SOURCEPATH	../src
       
    45       
       
    46 
       
    47 SOURCE streambuf.cpp stdio_streambuf.cpp strstream.cpp sstream.cpp
       
    48 SOURCE string_w.cpp ios.cpp fstream.cpp istream.cpp ostream.cpp
       
    49 SOURCE iostream.cpp monetary.cpp
       
    50 SOURCE codecvt.cpp collate.cpp locale.cpp
       
    51 SOURCE locale_catalog.cpp messages.cpp
       
    52 SOURCE time_facets.cpp facets_byname.cpp
       
    53 SOURCE numpunct.cpp
       
    54 SOURCE num_get.cpp num_get_float.cpp num_put.cpp num_put_float.cpp 
       
    55 SOURCE complex.cpp complex_exp.cpp complex_io.cpp
       
    56 SOURCE complex_io_w.cpp complex_trig.cpp
       
    57 SOURCE ctype.cpp c_locale_libc.cpp
       
    58 SOURCE dll_main.cpp
       
    59 SOURCE locale_impl.cpp 
       
    60 //SOURCE c_locale.c
       
    61 SOURCE libstd_cpp_init.cpp
       
    62 
       
    63 LIBRARY 	libc.lib
       
    64 LIBRARY 	libpthread.lib
       
    65 LIBRARY 	libm.lib
       
    66 LIBRARY 	backend.lib
       
    67 LIBRARY		euser.lib
       
    68 
       
    69 #ifdef WINSCW
       
    70 LIBRARY		ewsd.lib
       
    71 #endif
       
    72 
       
    73 MACRO       _STLP_DESIGNATED_DLL
       
    74 MACRO 		_WCHAR_T_DECLARED
       
    75 
       
    76 
       
    77 #ifdef GCCE
       
    78 DEFFILE		libstdcppu_gcce.def
       
    79 #endif
       
    80 
       
    81 // End of file
       
    82 
       
    83 
       
    84 SMPSAFE