glib/build/symbian/gthread/group/libgthread.mmp
changeset 31 ce057bb09d0b
child 34 5fae379060a7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/glib/build/symbian/gthread/group/libgthread.mmp	Fri Jun 04 16:20:51 2010 +0100
@@ -0,0 +1,62 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+//This is an auto-generated mmp file
+target			libgthread.dll
+targettype			dll
+UID               0x1000008d  0x10281F3A
+VENDORID 	0x101FB657
+VERSION	2.205
+//List of macros
+//macro			G_LOG_DOMAIN="GThread"
+//macro			G_DISABLE_DEPRECATED
+macro			MOBILE_PORT
+macro			HAVE_CONFIG_H
+//macro			BUILDING_LIBGTHREAD
+
+//The src directory is added to the (user)include path by default
+userinclude			../../inc
+userinclude			../../../../glib
+userinclude			../../../../gthread
+//systeminclude			../gthread
+
+//The top level directory is added to the include path by default
+//systeminclude			.. 			 ../glib 			 ../gthread 		 
+
+//Adding the Symbian and PIPS include path
+systeminclude			/epoc32/include
+systeminclude			/epoc32/include/stdapis
+systeminclude			/epoc32/include/stdapis/glib-2.0
+systeminclude			/epoc32/include/stdapis/glib-2.0/glib
+
+sourcepath			../../../../gthread
+source			 gthread-impl.c
+#ifdef WINSCW
+source			gthread_wsd.cpp
+#endif
+//Adding some default libraries
+library			euser.lib libc.lib libpthread.lib libglib.lib
+#ifdef WINSCW
+library		ewsd.lib
+#endif
+//You may need to modify the capability
+capability			All -TCB
+
+#ifndef WINSCW
+EPOCALLOWDLLDATA
+#endif
+
+SMPSAFE