javacommons/utils/inc.s60/java_stdcpp_support_for_exe.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 13 Oct 2010 14:23:59 +0300
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
permissions -rw-r--r--
Revision: v2.2.17 Kit: 201041

/*
* 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 EXE, have the following line
* in the corresponding MMP file:
*
*     #include <java_stdcpp_support_for_exe.hrh>
*
*/

#ifndef JAVA_STDCPP_SUPPORT_FOR_DLL_HRH
#define JAVA_STDCPP_SUPPORT_FOR_DLL_HRH

#include <platform_paths.hrh>
APP_LAYER_SYSTEMINCLUDE

OS_LAYER_LIBC_SYSTEMINCLUDE
OS_LAYER_SSL_SYSTEMINCLUDE

#include "java_capabilities.hrh"

STATICLIBRARY	libcrt0.lib

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

#include "build_defines.hrh"

#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

#endif // JAVA_STDCPP_SUPPORT_FOR_DLL_HRH