equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include <platform_paths.hrh> |
18 #include "../webkitcommon.mmpi" |
19 #include <platform/mw/browser_platform_variant.hrh> |
|
20 |
19 |
21 TARGET text.lib |
20 TARGET text.lib |
22 TARGETTYPE lib |
21 TARGETTYPE lib |
23 |
22 |
24 CAPABILITY CAP_GENERAL_DLL |
23 CAPABILITY CAP_GENERAL_DLL |
37 SOURCE UCS2.c |
36 SOURCE UCS2.c |
38 SOURCE UTF8.c |
37 SOURCE UTF8.c |
39 SOURCE FixedWidthIterator.c |
38 SOURCE FixedWidthIterator.c |
40 SOURCE Text_Iterator.c |
39 SOURCE Text_Iterator.c |
41 SOURCE VariableWidthIterator.c |
40 SOURCE VariableWidthIterator.c |
42 |
|
43 |
|
44 USERINCLUDE . |
|
45 USERINCLUDE ../../src/adt/include |
|
46 USERINCLUDE ../../src/htmlp/include |
|
47 USERINCLUDE ../../src/object/include |
|
48 USERINCLUDE ../../src/text/include |
|
49 |
|
50 SYSTEMINCLUDE ../../src/urlloader/include |
|
51 SYSTEMINCLUDE ../../src/utils/include |
|
52 SYSTEMINCLUDE ../../src/utils/src |
|
53 MW_LAYER_SYSTEMINCLUDE |
|
54 MW_LAYER_LIBC_SYSTEMINCLUDE |
|