94
|
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 "../webkitcommon.mmpi"
|
|
19 |
|
|
20 |
TARGET script.lib
|
|
21 |
TARGETTYPE lib
|
|
22 |
SOURCEPATH ../../src/script/src
|
|
23 |
|
|
24 |
CAPABILITY CAP_GENERAL_DLL
|
|
25 |
VENDORID VID_DEFAULT
|
|
26 |
// Main Script Engine source code
|
|
27 |
SOURCE nwx_script_handler.c
|
|
28 |
SOURCE scr_api.c
|
|
29 |
SOURCE scr_browser.c
|
|
30 |
SOURCE scr_constpool.c
|
|
31 |
SOURCE scr_context.c
|
|
32 |
SOURCE scr_conv.c
|
|
33 |
SOURCE scr_core.c
|
|
34 |
SOURCE scr_debug.c
|
|
35 |
SOURCE scr_dialog.c
|
|
36 |
SOURCE scr_estack.c
|
|
37 |
SOURCE scr_fcns.c
|
|
38 |
SOURCE scr_float.c
|
|
39 |
SOURCE scr_frstack.c
|
|
40 |
SOURCE scr_handle.c
|
|
41 |
SOURCE scr_inter.c
|
|
42 |
SOURCE scr_lang.c
|
|
43 |
SOURCE scr_opcodes.c
|
|
44 |
SOURCE scr_msgs.c
|
|
45 |
SOURCE scr_params.c
|
|
46 |
SOURCE scr_ptrstack.c
|
|
47 |
SOURCE scr_reader.c
|
|
48 |
SOURCE scr_str.c
|
|
49 |
SOURCE scr_strlib.c
|
|
50 |
SOURCE scr_url.c
|
|
51 |
SOURCE scr_val.c
|
|
52 |
SOURCE scr_valexpr.c
|
|
53 |
SOURCE scr_wta.c
|
|
54 |
SOURCE scr_crypto.c
|