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