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 |
30 #if defined(WINSCW) |
31 #if defined(WINSCW) |
31 deffile BWINSCW/npscript.def |
32 deffile Bwinscw/npscript.def |
32 #elif defined(ARMCC) |
33 #elif defined(ARMCC) |
33 deffile EABI/npscript.def |
34 deffile EABI/npscript.def |
34 #endif |
35 #endif |
35 |
36 |
|
37 |
36 SOURCEPATH ../npscript |
38 SOURCEPATH ../npscript |
37 SOURCE npscript.cpp |
39 SOURCE npscript.cpp |
38 |
40 |
|
41 |
39 MW_LAYER_SYSTEMINCLUDE |
42 MW_LAYER_SYSTEMINCLUDE |
40 |
43 |
41 SYSTEMINCLUDE ../../javascriptcore/bindings |
44 SYSTEMINCLUDE ../../JavaScriptCore/bindings |
42 SYSTEMINCLUDE ../../javascriptcore/wtf/symbian |
45 SYSTEMINCLUDE ../../JavaScriptCore/wtf/symbian |
43 |
46 |
44 LIBRARY javascriptcore.lib |
47 LIBRARY javascriptcore.lib |