javacommons/utils/inc.s60/java_stdcpp_support_for_stdexe.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 15 Sep 2010 12:05:25 +0300
branchRCL_3
changeset 77 7cee158cb8cd
parent 19 04becd199f91
child 83 26b2b12093af
permissions -rw-r--r--
Revision: v2.2.13 Kit: 201036

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Predefined macro definitions to be used in the mmp-files
*
*/

/* 
* Include the correct version of this file based on your TARGETTYPE. 
* As an example, if the targettype is STDEXE, have the following line
* in the corresponding MMP file:
*
*     #include <java_stdcpp_support_for_stdexe.hrh>
*
*/

#ifndef JAVA_STDCPP_SUPPORT_FOR_DLL_HRH
#define JAVA_STDCPP_SUPPORT_FOR_DLL_HRH

#include "java_capabilities.hrh"

STATICLIBRARY	libcrt0.lib

LIBRARY euser.lib
LIBRARY libc.lib
LIBRARY libpthread.lib
  
OPTION CW -wchar_t on
MACRO  _WCHAR_T_DECLARED

#include "build_defines.hrh"

#include <platform_paths.hrh>

OS_LAYER_LIBC_SYSTEMINCLUDE

#ifdef RD_JAVA_STDCPPV5
  SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlportv5)
  LIBRARY libstdcppv5.lib
  STDCPP
#else
  OS_LAYER_STDCPP_SYSTEMINCLUDE
  LIBRARY libstdcpp.lib
#endif
#ifndef RD_JAVA_NO_BIN_VERSION
#ifdef RD_JAVA_BIN_VERSION_NONQT
  VERSION RD_JAVA_BIN_VERSION_NONQT
#endif
#endif

#endif // JAVA_STDCPP_SUPPORT_FOR_DLL_HRH