equal
deleted
inserted
replaced
18 TARGET npscript.dll |
18 TARGET npscript.dll |
19 TARGETTYPE dll |
19 TARGETTYPE dll |
20 |
20 |
21 #include <platform_paths.hrh> |
21 #include <platform_paths.hrh> |
22 #include <data_caging_paths.hrh> |
22 #include <data_caging_paths.hrh> |
23 #include <platform/mw/Browser_platform_variant.hrh> |
23 #include <platform/mw/browser_platform_variant.hrh> |
24 |
24 |
25 UID 0x1000008D 0x2000B19E |
25 UID 0x1000008D 0x2000B19E |
26 |
26 |
27 VENDORID VID_DEFAULT |
27 VENDORID VID_DEFAULT |
28 CAPABILITY CAP_GENERAL_DLL |
28 CAPABILITY CAP_GENERAL_DLL |
29 |
29 |
30 |
|
31 #if defined(WINSCW) |
30 #if defined(WINSCW) |
32 deffile Bwinscw/npscript.def |
31 deffile BWINSCW/npscript.def |
33 #elif defined(ARMCC) |
32 #elif defined(ARMCC) |
34 deffile EABI/npscript.def |
33 deffile EABI/npscript.def |
35 #endif |
34 #endif |
36 |
35 |
37 |
|
38 SOURCEPATH ../npscript |
36 SOURCEPATH ../npscript |
39 SOURCE npscript.cpp |
37 SOURCE npscript.cpp |
40 |
38 |
41 |
|
42 MW_LAYER_SYSTEMINCLUDE |
39 MW_LAYER_SYSTEMINCLUDE |
43 |
40 |
44 SYSTEMINCLUDE ../../JavaScriptCore/bindings |
41 SYSTEMINCLUDE ../../javascriptcore/bindings |
45 SYSTEMINCLUDE ../../JavaScriptCore/wtf/symbian |
42 SYSTEMINCLUDE ../../javascriptcore/wtf/symbian |
46 |
43 |
47 LIBRARY javascriptcore.lib |
44 LIBRARY javascriptcore.lib |