javacommons/utils/inc.s60/java_stdcpp_support_for_stdexe.hrh
branchRCL_3
changeset 19 04becd199f91
child 67 63b81d807542
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     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:  Predefined macro definitions to be used in the mmp-files
       
    15 *
       
    16 */
       
    17 
       
    18 /* 
       
    19 * Include the correct version of this file based on your TARGETTYPE. 
       
    20 * As an example, if the targettype is STDEXE, have the following line
       
    21 * in the corresponding MMP file:
       
    22 *
       
    23 *     #include <java_stdcpp_support_for_stdexe.hrh>
       
    24 *
       
    25 */
       
    26 
       
    27 #ifndef JAVA_STDCPP_SUPPORT_FOR_DLL_HRH
       
    28 #define JAVA_STDCPP_SUPPORT_FOR_DLL_HRH
       
    29 
       
    30 #include "java_capabilities.hrh"
       
    31 
       
    32 STATICLIBRARY	libcrt0.lib
       
    33 
       
    34 LIBRARY euser.lib
       
    35 LIBRARY libc.lib
       
    36 LIBRARY libpthread.lib
       
    37   
       
    38 OPTION CW -wchar_t on
       
    39 MACRO  _WCHAR_T_DECLARED
       
    40 
       
    41 #include "build_defines.hrh"
       
    42 
       
    43 #include <platform_paths.hrh>
       
    44 
       
    45 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    46 
       
    47 #ifdef RD_JAVA_STDCPPV5
       
    48   SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlportv5)
       
    49   LIBRARY libstdcppv5.lib
       
    50   STDCPP
       
    51 #else
       
    52   OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    53   LIBRARY libstdcpp.lib
       
    54 #endif
       
    55 
       
    56 #endif // JAVA_STDCPP_SUPPORT_FOR_DLL_HRH