equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-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 * Builds the ICU layoutEngine Test into a Symbian EXE |
|
16 * ICU Layout engine Test |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 /** |
|
22 @file |
|
23 */ |
|
24 |
|
25 |
|
26 target T_IcuLayoutEngine.exe |
|
27 targettype exe |
|
28 |
|
29 CAPABILITY All -Tcb |
|
30 |
|
31 userinclude ..\IcuSource |
|
32 userinclude ..\IcuSource\layout |
|
33 userinclude ..\IcuSource\common |
|
34 userinclude ..\test\letest |
|
35 userinclude ..\include |
|
36 OS_LAYER_ESTLIB_SYSTEMINCLUDE |
|
37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 // not official UID, get a real one! |
|
40 VENDORID 0x70000001 |
|
41 |
|
42 sourcepath ..\source |
|
43 source Umemory.cpp |
|
44 |
|
45 sourcepath ..\test |
|
46 source T_IcuLayoutEngine.cpp |
|
47 |
|
48 sourcepath ..\test\letest |
|
49 source cmaps.cpp |
|
50 source FontTableCache.cpp |
|
51 source letest.cpp |
|
52 source PortableFontInstance.cpp |
|
53 source testdata.cpp |
|
54 |
|
55 //STATICLIBRARY ecrt0.lib |
|
56 library EUSER.LIB IcuLayoutEngine.lib estlib.lib |
|
57 |
|
58 SMPSAFE |