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 #include <platform_paths.hrh> |
|
19 target markup_collect.exe |
|
20 targettype exe |
|
21 |
|
22 UID 0x1000008d 0xe00000e9 |
|
23 |
|
24 |
|
25 #ifdef EKA2 |
|
26 CAPABILITY ALL -TCB |
|
27 //VENDORID VID_DEFAULT |
|
28 #endif |
|
29 |
|
30 //The src directory is added to the (user)include path by default |
|
31 userinclude ../../../../tests |
|
32 systeminclude ../../../../tests |
|
33 |
|
34 userinclude ../inc |
|
35 //The top level directory is added to the include path by default |
|
36 //systeminclude .. ../glib |
|
37 |
|
38 //Adding the Symbian and PIPS include path |
|
39 systeminclude /epoc32/include |
|
40 systeminclude /epoc32/include/stdapis |
|
41 systeminclude /epoc32/include/stdapis/glib-2.0 |
|
42 sourcepath ../../../../tests |
|
43 source markup-collect.c |
|
44 |
|
45 //Adding some default libraries |
|
46 library euser.lib libc.lib |
|
47 library libglib.lib libgobject.lib libgthread.lib libgmodule.lib |
|
48 |
|
49 staticlibrary libcrt0.lib |
|
50 |
|
51 SMPSAFE |