glib/tsrc/BC/group/child-test1.mmp
changeset 0 e4d67989cc36
child 72 403e7f6ed6c5
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 
       
    18 MACRO			SYMBIAN
       
    19 MACRO			HAVE_CONFIG_H
       
    20 
       
    21 TARGET			child-test1.exe
       
    22 
       
    23 TARGETTYPE		exe
       
    24 
       
    25 UID               0x1000008d  0xEa000003
       
    26 
       
    27 
       
    28 
       
    29 #ifdef EKA2
       
    30 CAPABILITY ALL -TCB
       
    31 VENDORID        0x00000000
       
    32 #endif
       
    33 
       
    34 SYSTEMINCLUDE 	../inc
       
    35 SYSTEMINCLUDE 	../../../inc
       
    36 SYSTEMINCLUDE   ../tests
       
    37 SYSTEMINCLUDE		/epoc32/include 
       
    38 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis
       
    39 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0
       
    40 //SYSTEMINCLUDE		/epoc32/include/osextensions/stdapis/glib-2.0/glib
       
    41 
       
    42 SYSTEMINCLUDE		/epoc32/include/stdapis
       
    43 SYSTEMINCLUDE		/epoc32/include/stdapis/glib-2.0
       
    44 SYSTEMINCLUDE		/epoc32/include/stdapis/glib-2.0/glib
       
    45 
       
    46 
       
    47 
       
    48 
       
    49 SOURCEPATH	../tests
       
    50 SOURCE			child-test1.c
       
    51 
       
    52 
       
    53 STATICLIBRARY	libcrt0.lib
       
    54 LIBRARY 		libc.lib
       
    55 LIBRARY			euser.lib
       
    56 LIBRARY			libglib.lib
       
    57 LIBRARY			libgthread.lib
       
    58 
       
    59 
       
    60 //VENDORID VID_DEFAULT 
       
    61 
       
    62 SMPSAFE