glib/libgobject/group/gobject.mmp
changeset 0 e4d67989cc36
child 17 ef2ebc87518f
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET			libgobject.dll
       
    22 TARGETTYPE		DLL
       
    23 UID             0x1000008d  0x10281F39
       
    24 
       
    25 
       
    26 #ifdef EKA2
       
    27 LANG            SC
       
    28 CAPABILITY All -Tcb
       
    29 VENDORID 	0x101FB657
       
    30 #endif
       
    31 
       
    32 VERSION	2.103
       
    33 
       
    34 #ifndef WINSCW
       
    35 EpocAllowDllData
       
    36 #endif /* WINSCW */
       
    37 
       
    38 MACRO			MOBILE_PORT
       
    39 MACRO			HAVE_CONFIG_H
       
    40 
       
    41 // this macro is defined to allow the 
       
    42 // compilation of glib module
       
    43 MACRO			GOBJECT_COMPILATION
       
    44 
       
    45 SYSTEMINCLUDE		../../inc
       
    46 SYSTEMINCLUDE		../inc
       
    47 SYSTEMINCLUDE		../../libglib/inc
       
    48 
       
    49 OS_LAYER_SYSTEMINCLUDE
       
    50 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    51 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    52 
       
    53 /* Gobject source files */
       
    54 SOURCEPATH			../src
       
    55 SOURCE			gobject_wsd.cpp
       
    56 SOURCE			gtype.c
       
    57 SOURCE			gboxed.c
       
    58 SOURCE			gclosure.c
       
    59 SOURCE			genums.c
       
    60 SOURCE			gobject.c
       
    61 SOURCE			gparam.c
       
    62 SOURCE			gparamspecs.c
       
    63 SOURCE			gvalue.c
       
    64 SOURCE			gvaluearray.c
       
    65 SOURCE			gvaluetransform.c
       
    66 SOURCE			gvaluetypes.c
       
    67 SOURCE			gtypemodule.c
       
    68 SOURCE			gtypeplugin.c
       
    69 SOURCE			gsourceclosure.c
       
    70 SOURCE			gsignal.c
       
    71 
       
    72 LIBRARY			libglib.lib
       
    73 
       
    74 #ifdef WINSCW
       
    75 LIBRARY      ewsd.lib
       
    76 #endif /* WINSCW */
       
    77 
       
    78 LIBRARY 		libc.lib
       
    79 LIBRARY			euser.lib
       
    80 
       
    81 //VENDORID VID_DEFAULT 
       
    82 
       
    83 SMPSAFE