os/ossrv/genericopenlibs/openenvcore/backend/group/mcrt0.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 // 
    16 // Description:
    17 // MAKMAKE file for MCRT0
    18 // 
    19 
    20 #ifdef GCCE
    21 TARGET			libcrt0_gcce.lib 
    22 #else
    23 TARGET			libcrt0.lib 
    24 #endif
    25 always_build_as_arm
    26 
    27 TARGETTYPE		lib
    28 VERSION 				1.0
    29 
    30 #ifdef GCCXML
    31 MACRO __wchar_t_defined
    32 #endif //GCCXML
    33 
    34 USERINCLUDE		../../libc/inc
    35 USERINCLUDE ../inc
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    37 OS_LAYER_LIBC_SYSTEMINCLUDE
    38 
    39 SOURCEPATH	../src/ucrt
    40 SOURCE		mcrt0.cpp
    41 
    42 //VENDORID VID_DEFAULT 
    43 
    44 SMPSAFE