os/ossrv/glib/build/symbian/gobject/group/libgobject.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200 (2012-06-15)
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 //	This is an autogenerated mmp file. It will need
    18 //	further edits to make it do something useful on
    19 //	the Symbian build system
    20 
    21 
    22 target				libgobject.dll
    23 targettype			dll
    24 UID             0x1000008d  0x10281F39
    25 VENDORID 	0x101FB657
    26 VERSION	2.205
    27 //Macros list
    28 macro				MOBILE_PORT
    29 macro				HAVE_CONFIG_H
    30 macro				G_DISABLE_SINGLE_INCLUDES 
    31 //macro				G_LOG_DOMAIN="GLib-GObject" 
    32 //macro				G_DISABLE_DEPRECATED 
    33 macro				GOBJECT_COMPILATION 
    34 macro				G_DISABLE_CONST_RETURNS
    35 macro				BUILDING_LIBGOBJECT
    36 
    37 
    38 
    39 //User include paths
    40 userinclude				../../inc 
    41 userinclude			../../../../glib
    42 userinclude			../../../../gobject
    43 
    44 
    45 //Adding the Symbian and PIPS include path
    46 systeminclude			/epoc32/include
    47 systeminclude			/epoc32/include/stdapis
    48 systeminclude			/epoc32/include/stdapis/glib-2.0
    49 systeminclude			/epoc32/include/stdapis/glib-2.0/gobject
    50 
    51 //Source files
    52 SOURCEPATH			../../../../gobject
    53 SOURCE				 gboxed.c gclosure.c genums.c gobject.c 
    54 SOURCE				 gparam.c gparamspecs.c gsignal.c gsourceclosure.c gtype.c 
    55 SOURCE				 gtypemodule.c gtypeplugin.c gvalue.c gvaluearray.c gvaluetransform.c 
    56 SOURCE				 gvaluetypes.c 
    57 #ifdef WINSCW
    58 source			gobject_wsd.cpp
    59 #endif
    60 //Adding some default libraries
    61 library			euser.lib libc.lib libglib.lib
    62 #ifdef WINSCW
    63 library		ewsd.lib
    64 #endif
    65 //You may need to modify the capability
    66 capability			All -TCB
    67 #ifndef WINSCW
    68 EPOCALLOWDLLDATA
    69 #endif
    70 
    71 SMPSAFE
    72 PAGED