equal
deleted
inserted
replaced
|
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 gvalue-test.exe |
|
22 |
|
23 TARGETTYPE exe |
|
24 |
|
25 UID 0x1000008d 0xe0000041 |
|
26 |
|
27 |
|
28 #ifdef EKA2 |
|
29 CAPABILITY ALL -TCB |
|
30 VENDORID 0x00000000 |
|
31 #endif |
|
32 |
|
33 SYSTEMINCLUDE ../inc |
|
34 SYSTEMINCLUDE ../../../inc |
|
35 SYSTEMINCLUDE ../tests/gobject |
|
36 SYSTEMINCLUDE /epoc32/include |
|
37 //SYSTEMINCLUDE /epoc32/include/osextensions/stdapis |
|
38 //SYSTEMINCLUDE /epoc32/include/osextensions/stdapis/glib-2.0 |
|
39 //SYSTEMINCLUDE /epoc32/include/osextensions/stdapis/glib-2.0/glib |
|
40 |
|
41 SYSTEMINCLUDE /epoc32/include/stdapis |
|
42 SYSTEMINCLUDE /epoc32/include/stdapis/glib-2.0 |
|
43 SYSTEMINCLUDE /epoc32/include/stdapis/glib-2.0/glib |
|
44 |
|
45 |
|
46 SYSTEMINCLUDE ../tests |
|
47 |
|
48 |
|
49 SOURCEPATH ../tests/gobject |
|
50 SOURCE gvalue-test.c |
|
51 |
|
52 |
|
53 STATICLIBRARY libcrt0.lib |
|
54 LIBRARY libc.lib |
|
55 LIBRARY euser.lib |
|
56 LIBRARY libglib.lib |
|
57 LIBRARY libgobject.lib |
|
58 |
|
59 //VENDORID VID_DEFAULT |
|
60 |
|
61 SMPSAFE |