sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: #include sl@0: sl@0: TARGET libstdcpp.dll sl@0: sl@0: TARGETTYPE dll sl@0: sl@0: UID 0x1000008d 0x10282872 sl@0: sl@0: CAPABILITY ALL -TCB sl@0: VENDORID VID_DEFAULT sl@0: sl@0: OPTION CW -wchar_t on sl@0: #ifndef WINSCW sl@0: EPOCALLOWDLLDATA sl@0: #endif //WINSCW sl@0: VERSION 1.1 sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: OS_LAYER_STDCPP_SYSTEMINCLUDE sl@0: sl@0: sl@0: USERINCLUDE ../src sl@0: USERINCLUDE ../include sl@0: sl@0: SOURCEPATH ../src sl@0: sl@0: sl@0: SOURCE streambuf.cpp stdio_streambuf.cpp strstream.cpp sstream.cpp sl@0: SOURCE string_w.cpp ios.cpp fstream.cpp istream.cpp ostream.cpp sl@0: SOURCE iostream.cpp monetary.cpp sl@0: SOURCE codecvt.cpp collate.cpp locale.cpp sl@0: SOURCE locale_catalog.cpp messages.cpp sl@0: SOURCE time_facets.cpp facets_byname.cpp sl@0: SOURCE numpunct.cpp sl@0: SOURCE num_get.cpp num_get_float.cpp num_put.cpp num_put_float.cpp sl@0: SOURCE complex.cpp complex_exp.cpp complex_io.cpp sl@0: SOURCE complex_io_w.cpp complex_trig.cpp sl@0: SOURCE ctype.cpp c_locale_libc.cpp sl@0: SOURCE dll_main.cpp sl@0: SOURCE locale_impl.cpp sl@0: //SOURCE c_locale.c sl@0: SOURCE libstd_cpp_init.cpp sl@0: sl@0: LIBRARY libc.lib sl@0: LIBRARY libpthread.lib sl@0: LIBRARY libm.lib sl@0: LIBRARY backend.lib sl@0: LIBRARY euser.lib sl@0: sl@0: #ifdef WINSCW sl@0: LIBRARY ewsd.lib sl@0: #endif sl@0: sl@0: MACRO _STLP_DESIGNATED_DLL sl@0: MACRO _WCHAR_T_DECLARED sl@0: sl@0: sl@0: #ifdef GCCE sl@0: DEFFILE libstdcppu_gcce.def sl@0: #endif sl@0: sl@0: // End of file sl@0: sl@0: sl@0: SMPSAFE sl@0: PAGED