equal
deleted
inserted
replaced
|
1 /* |
|
2 * Filename: closures.mmp. |
|
3 * This file was generated by CreateTestSuite.bat script. |
|
4 */ |
|
5 |
|
6 /* |
|
7 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
8 * All rights reserved. |
|
9 * This component and the accompanying materials are made available |
|
10 * under the terms of "Eclipse Public License v1.0" |
|
11 * which accompanies this distribution, and is available |
|
12 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
13 * |
|
14 * Initial Contributors: |
|
15 * Nokia Corporation - initial contribution. |
|
16 * |
|
17 * Contributors: |
|
18 * |
|
19 * Description: |
|
20 * |
|
21 */ |
|
22 |
|
23 |
|
24 MACRO SYMBIAN |
|
25 MACRO HAVE_CONFIG_H |
|
26 |
|
27 TARGET closures.exe |
|
28 |
|
29 TARGETTYPE exe |
|
30 |
|
31 UID 0x1000008d 0xe0000039 |
|
32 |
|
33 |
|
34 |
|
35 #ifdef EKA2 |
|
36 CAPABILITY ALL -TCB |
|
37 VENDORID 0x00000000 |
|
38 #endif |
|
39 |
|
40 SYSTEMINCLUDE ..\inc |
|
41 SYSTEMINCLUDE ..\tests\refcount |
|
42 SYSTEMINCLUDE \epoc32\include |
|
43 //SYSTEMINCLUDE \epoc32\include\osextensions\stdapis |
|
44 //SYSTEMINCLUDE \epoc32\include\osextensions\stdapis\glib-2.0 |
|
45 //SYSTEMINCLUDE \epoc32\include\osextensions\stdapis\glib-2.0\glib |
|
46 |
|
47 SYSTEMINCLUDE \epoc32\include\stdapis |
|
48 SYSTEMINCLUDE \epoc32\include\stdapis\glib-2.0 |
|
49 SYSTEMINCLUDE \epoc32\include\stdapis\glib-2.0\glib |
|
50 |
|
51 SYSTEMINCLUDE ..\tests |
|
52 |
|
53 |
|
54 |
|
55 SOURCEPATH ..\tests\refcount |
|
56 SOURCE closures.c |
|
57 |
|
58 |
|
59 STATICLIBRARY libcrt0.lib |
|
60 LIBRARY libc.lib |
|
61 LIBRARY euser.lib |
|
62 LIBRARY libglib.lib |
|
63 LIBRARY libgobject.lib |
|
64 LIBRARY libgthread.lib |
|
65 |
|
66 |
|
67 //VENDORID VID_DEFAULT |