m3g/m3gcore11/group/m3g.mmp
changeset 0 5d03bc08d59c
child 11 fed1595b188e
child 36 01a6848ebfd7
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     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 the License "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: Symbian project definition file
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET          m3gcore.dll
       
    20 TARGETTYPE      dll
       
    21 UID             0x1000008D 0x101F87E1
       
    22 
       
    23 MACRO           M3G_TARGET_SYMBIAN
       
    24 MACRO           M3G_BUILD_DLL
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 
       
    28 // Modify default options to optimize for speed over size in this module.
       
    29 OPTION ARMCC -O3
       
    30 OPTION ARMCC -Otime
       
    31 ALWAYS_BUILD_AS_ARM
       
    32 
       
    33 // Uncomment the following flags to enable ARMv6 and/or VFP optimizations.
       
    34 //#define __ARMV6_SUPPORT
       
    35 //#define __VFPV2_SUPPORT
       
    36 
       
    37 #ifdef __ARMV6_SUPPORT
       
    38 MACRO			M3G_HW_ARMV6
       
    39 OPTION_REPLACE ARMCC --cpu 6
       
    40 #endif
       
    41 
       
    42 #ifdef	__VFPV2_SUPPORT
       
    43 MACRO			M3G_HW_FLOAT
       
    44 MACRO			M3G_HW_FLOAT_VFPV2
       
    45 OPTION_REPLACE ARMCC --fpu softvfp+vfpv2 --fpmode fast
       
    46 #endif
       
    47 
       
    48 
       
    49 #if defined(UDEB)
       
    50 MACRO           M3G_DEBUG
       
    51 #endif
       
    52 
       
    53 SOURCEPATH      ../src
       
    54 
       
    55 SOURCE          m3g_core.c
       
    56 SOURCE          m3g_symbian.cpp
       
    57 SOURCE          m3g_symbian_gl.cpp
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 
       
    61 // This is a SYSTEMINCLUDE macro containing the OS
       
    62 // layer specific include directories
       
    63 OS_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 SYSTEMINCLUDE   /EPOC32/INCLUDE/LIBC
       
    66 SYSTEMINCLUDE   ../../../inc
       
    67 SYSTEMINCLUDE   ../../inc
       
    68 
       
    69 LIBRARY         euser.lib estlib.lib fbscli.lib
       
    70 LIBRARY         efsrv.lib ws32.lib
       
    71 LIBRARY         libgles_cm.lib ezlib.lib