1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/glib/build/symbian/gmodule/group/libgmodule.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,63 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +//This is an auto-generated mmp file
1.21 +target libgmodule.dll
1.22 +targettype dll
1.23 +UID 0x1000008d 0x10281F3B
1.24 +VENDORID 0x101FB657
1.25 +VERSION 2.205
1.26 +//List of macros
1.27 +//macro G_LOG_DOMAIN="GModule"
1.28 +//macro G_DISABLE_DEPRECATED
1.29 +macro MOBILE_PORT
1.30 +macro HAVE_CONFIG_H
1.31 +//macro BUILDING_LIBGMODULE
1.32 +
1.33 +//The src directory is added to the (user)include path by default
1.34 +userinclude ../../inc
1.35 +userinclude ../../../../glib
1.36 +userinclude ../../../../gmodule
1.37 +//systeminclude ../gmodule
1.38 +
1.39 +//The top level directory is added to the include path by default
1.40 +//systeminclude .. ../glib ../gmodule
1.41 +
1.42 +//Adding the Symbian and PIPS include path
1.43 +systeminclude /epoc32/include
1.44 +systeminclude /epoc32/include/stdapis
1.45 +systeminclude /epoc32/include/stdapis/glib-2.0
1.46 +systeminclude /epoc32/include/stdapis/glib-2.0/glib
1.47 +
1.48 +sourcepath ../../../../gmodule
1.49 +source gmodule.c
1.50 +#ifdef WINSCW
1.51 +source gmodule_wsd.cpp
1.52 +#endif
1.53 +//Adding some default libraries
1.54 +library euser.lib libc.lib libdl.lib libglib.lib
1.55 +#ifdef WINSCW
1.56 +library ewsd.lib
1.57 +#endif
1.58 +//You may need to modify the capability
1.59 +capability All -TCB
1.60 +
1.61 +#ifndef WINSCW
1.62 +EPOCALLOWDLLDATA
1.63 +#endif
1.64 +
1.65 +SMPSAFE
1.66 +PAGED