os/ossrv/glib/build/symbian/tests/gobject/group/libtestgobject.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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			libtestgobject.lib
    19 targettype			lib
    20 
    21 userinclude			../../../../../tests/gobject
    22 
    23 //The top level directory is added to the include path by default
    24 //systeminclude			.  ../..  ../../glib  ../../gmodule 
    25 
    26 //Adding the Symbian and PIPS include path
    27 systeminclude			/epoc32/include
    28 systeminclude			/epoc32/include/stdapis
    29 systeminclude			/epoc32/include/stdapis/glib-2.0
    30 
    31 sourcepath			../../../../../tests/gobject
    32 source				testmarshal.c testmodule.c 
    33 
    34 //Adding some default libraries
    35 //library			libglib.lib libgobject.lib libgthread.lib
    36 //library			euser.lib libc.lib
    37 
    38 //You may need to modify the capability
    39 //capability			All -TCB
    40 
    41 SMPSAFE