author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
sl@0 | 1 |
/* |
sl@0 | 2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
sl@0 | 3 |
* All rights reserved. |
sl@0 | 4 |
* This component and the accompanying materials are made available |
sl@0 | 5 |
* under the terms of "Eclipse Public License v1.0" |
sl@0 | 6 |
* which accompanies this distribution, and is available |
sl@0 | 7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
sl@0 | 8 |
* |
sl@0 | 9 |
* Initial Contributors: |
sl@0 | 10 |
* Nokia Corporation - initial contribution. |
sl@0 | 11 |
* |
sl@0 | 12 |
* Contributors: |
sl@0 | 13 |
* |
sl@0 | 14 |
* Description: |
sl@0 | 15 |
* |
sl@0 | 16 |
*/ |
sl@0 | 17 |
|
sl@0 | 18 |
|
sl@0 | 19 |
#include<platform_paths.hrh> |
sl@0 | 20 |
|
sl@0 | 21 |
TARGET libstdcpp.dll |
sl@0 | 22 |
|
sl@0 | 23 |
TARGETTYPE dll |
sl@0 | 24 |
|
sl@0 | 25 |
UID 0x1000008d 0x10282872 |
sl@0 | 26 |
|
sl@0 | 27 |
CAPABILITY ALL -TCB |
sl@0 | 28 |
VENDORID VID_DEFAULT |
sl@0 | 29 |
|
sl@0 | 30 |
OPTION CW -wchar_t on |
sl@0 | 31 |
#ifndef WINSCW |
sl@0 | 32 |
EPOCALLOWDLLDATA |
sl@0 | 33 |
#endif //WINSCW |
sl@0 | 34 |
VERSION 1.1 |
sl@0 | 35 |
|
sl@0 | 36 |
OS_LAYER_SYSTEMINCLUDE |
sl@0 | 37 |
OS_LAYER_LIBC_SYSTEMINCLUDE |
sl@0 | 38 |
OS_LAYER_STDCPP_SYSTEMINCLUDE |
sl@0 | 39 |
|
sl@0 | 40 |
|
sl@0 | 41 |
USERINCLUDE ../src |
sl@0 | 42 |
USERINCLUDE ../include |
sl@0 | 43 |
|
sl@0 | 44 |
SOURCEPATH ../src |
sl@0 | 45 |
|
sl@0 | 46 |
|
sl@0 | 47 |
SOURCE streambuf.cpp stdio_streambuf.cpp strstream.cpp sstream.cpp |
sl@0 | 48 |
SOURCE string_w.cpp ios.cpp fstream.cpp istream.cpp ostream.cpp |
sl@0 | 49 |
SOURCE iostream.cpp monetary.cpp |
sl@0 | 50 |
SOURCE codecvt.cpp collate.cpp locale.cpp |
sl@0 | 51 |
SOURCE locale_catalog.cpp messages.cpp |
sl@0 | 52 |
SOURCE time_facets.cpp facets_byname.cpp |
sl@0 | 53 |
SOURCE numpunct.cpp |
sl@0 | 54 |
SOURCE num_get.cpp num_get_float.cpp num_put.cpp num_put_float.cpp |
sl@0 | 55 |
SOURCE complex.cpp complex_exp.cpp complex_io.cpp |
sl@0 | 56 |
SOURCE complex_io_w.cpp complex_trig.cpp |
sl@0 | 57 |
SOURCE ctype.cpp c_locale_libc.cpp |
sl@0 | 58 |
SOURCE dll_main.cpp |
sl@0 | 59 |
SOURCE locale_impl.cpp |
sl@0 | 60 |
//SOURCE c_locale.c |
sl@0 | 61 |
SOURCE libstd_cpp_init.cpp |
sl@0 | 62 |
|
sl@0 | 63 |
LIBRARY libc.lib |
sl@0 | 64 |
LIBRARY libpthread.lib |
sl@0 | 65 |
LIBRARY libm.lib |
sl@0 | 66 |
LIBRARY backend.lib |
sl@0 | 67 |
LIBRARY euser.lib |
sl@0 | 68 |
|
sl@0 | 69 |
#ifdef WINSCW |
sl@0 | 70 |
LIBRARY ewsd.lib |
sl@0 | 71 |
#endif |
sl@0 | 72 |
|
sl@0 | 73 |
MACRO _STLP_DESIGNATED_DLL |
sl@0 | 74 |
MACRO _WCHAR_T_DECLARED |
sl@0 | 75 |
|
sl@0 | 76 |
|
sl@0 | 77 |
#ifdef GCCE |
sl@0 | 78 |
DEFFILE libstdcppu_gcce.def |
sl@0 | 79 |
#endif |
sl@0 | 80 |
|
sl@0 | 81 |
// End of file |
sl@0 | 82 |
|
sl@0 | 83 |
|
sl@0 | 84 |
SMPSAFE |
sl@0 | 85 |
PAGED |