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 |
|
19 MACRO SYMBIAN |
|
20 MACRO HAVE_CONFIG_H |
|
21 |
|
22 TARGET unicode-encoding.exe |
|
23 |
|
24 TARGETTYPE exe |
|
25 |
|
26 UID 0x1000008d 0xe0000035 |
|
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 SOURCEPATH ../tests |
|
48 SOURCE unicode-encoding.c |
|
49 |
|
50 |
|
51 STATICLIBRARY libcrt0.lib |
|
52 LIBRARY libc.lib |
|
53 LIBRARY euser.lib |
|
54 LIBRARY libglib.lib |
|
55 |
|
56 //VENDORID VID_DEFAULT |
|
57 |
|
58 SMPSAFE |