equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 TARGET t_htmlparser.exe |
|
17 TARGETTYPE exe |
|
18 |
|
19 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
20 SYSTEMINCLUDE /epoc32/include |
|
21 SYSTEMINCLUDE /epoc32/include/libc |
|
22 #else |
|
23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 SYSTEMINCLUDE /epoc32/include/ecom |
|
25 SYSTEMINCLUDE /epoc32/include/platform/ecom |
|
26 SYSTEMINCLUDE /epoc32/include/platform |
|
27 SYSTEMINCLUDE /epoc32/include/platform/mw |
|
28 SYSTEMINCLUDE /epoc32/include/mw |
|
29 SYSTEMINCLUDE /epoc32/include/libc |
|
30 #endif |
|
31 |
|
32 START STRINGTABLE ../data/htmltagstable.st |
|
33 |
|
34 END |
|
35 |
|
36 USERINCLUDE ../htmlparserplugin/test/t_htmlparser/inc |
|
37 |
|
38 SOURCEPATH ../htmlparserplugin/test/t_htmlparser/src |
|
39 SOURCE t_htmlparser.cpp |
|
40 SOURCE contenthandlers.cpp |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY efsrv.lib |
|
44 LIBRARY ecom.lib |
|
45 LIBRARY bafl.lib |
|
46 LIBRARY xmlframework.lib |
|
47 |
|
48 VENDORID 0x70000001 |
|
49 |
|
50 SMPSAFE |