glib/build/symbian/gmodule/group/libgmodule.mmp
changeset 31 ce057bb09d0b
child 34 5fae379060a7
equal deleted inserted replaced
30:e20de85af2ee 31:ce057bb09d0b
       
     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 auto-generated mmp file
       
    18 target			libgmodule.dll
       
    19 targettype			dll
       
    20 UID               0x1000008d  0x10281F3B
       
    21 VENDORID 	0x101FB657
       
    22 VERSION	2.205
       
    23 //List of macros
       
    24 //macro			G_LOG_DOMAIN="GModule" 
       
    25 //macro			G_DISABLE_DEPRECATED 
       
    26 macro			MOBILE_PORT
       
    27 macro			HAVE_CONFIG_H
       
    28 //macro			BUILDING_LIBGMODULE
       
    29 
       
    30 //The src directory is added to the (user)include path by default
       
    31 userinclude			../../inc
       
    32 userinclude			../../../../glib
       
    33 userinclude			../../../../gmodule
       
    34 //systeminclude			../gmodule
       
    35 
       
    36 //The top level directory is added to the include path by default
       
    37 //systeminclude			.. 			 ../glib 			 ../gmodule 		 
       
    38 
       
    39 //Adding the Symbian and PIPS include path
       
    40 systeminclude			/epoc32/include
       
    41 systeminclude			/epoc32/include/stdapis
       
    42 systeminclude			/epoc32/include/stdapis/glib-2.0
       
    43 systeminclude			/epoc32/include/stdapis/glib-2.0/glib
       
    44 
       
    45 sourcepath			../../../../gmodule
       
    46 source			 gmodule.c
       
    47 #ifdef WINSCW
       
    48 source			gmodule_wsd.cpp
       
    49 #endif
       
    50 //Adding some default libraries
       
    51 library			euser.lib libc.lib libdl.lib libglib.lib
       
    52 #ifdef WINSCW
       
    53 library		ewsd.lib
       
    54 #endif
       
    55 //You may need to modify the capability
       
    56 capability			All -TCB
       
    57 
       
    58 #ifndef WINSCW
       
    59 EPOCALLOWDLLDATA
       
    60 #endif
       
    61 
       
    62 SMPSAFE