equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1997-2001 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 the License "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 #include <platform/mw/Browser_platform_variant.hrh> |
|
20 |
|
21 TARGET script.lib |
|
22 TARGETTYPE lib |
|
23 SOURCEPATH ../../src/script/src |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 // Main Script Engine source code |
|
28 SOURCE nwx_script_handler.c |
|
29 SOURCE scr_api.c |
|
30 SOURCE scr_browser.c |
|
31 SOURCE scr_constpool.c |
|
32 SOURCE scr_context.c |
|
33 SOURCE scr_conv.c |
|
34 SOURCE scr_core.c |
|
35 SOURCE scr_debug.c |
|
36 SOURCE scr_dialog.c |
|
37 SOURCE scr_estack.c |
|
38 SOURCE scr_fcns.c |
|
39 SOURCE scr_float.c |
|
40 SOURCE scr_frstack.c |
|
41 SOURCE scr_handle.c |
|
42 SOURCE scr_inter.c |
|
43 SOURCE scr_lang.c |
|
44 SOURCE scr_opcodes.c |
|
45 SOURCE scr_msgs.c |
|
46 SOURCE scr_params.c |
|
47 SOURCE scr_ptrstack.c |
|
48 SOURCE scr_reader.c |
|
49 SOURCE scr_str.c |
|
50 SOURCE scr_strlib.c |
|
51 SOURCE scr_url.c |
|
52 SOURCE scr_val.c |
|
53 SOURCE scr_valexpr.c |
|
54 SOURCE scr_wta.c |
|
55 SOURCE scr_crypto.c |
|
56 |
|
57 USERINCLUDE ../../src/script/src |
|
58 USERINCLUDE ../../src/urlloader/include |
|
59 USERINCLUDE ../../src/utils/include |
|
60 USERINCLUDE ../../src/wml/include |
|
61 SYSTEMINCLUDE ../../src/script/include |
|
62 SYSTEMINCLUDE ../../src/utils/src |
|
63 MW_LAYER_SYSTEMINCLUDE |
|
64 MW_LAYER_LIBC_SYSTEMINCLUDE |
|
65 SYSTEMINCLUDE ../../src/utils/include |
|
66 |
|
67 |
|
68 |
|
69 |
|
70 |