diff -r e1bea15f9a39 -r 79859ed3eea9 webengine/osswebengine/npscript/group/npscript.mmp --- a/webengine/osswebengine/npscript/group/npscript.mmp Thu Aug 19 10:58:56 2010 +0300 +++ b/webengine/osswebengine/npscript/group/npscript.mmp Tue Aug 31 16:17:46 2010 +0300 @@ -20,25 +20,28 @@ #include #include -#include +#include UID 0x1000008D 0x2000B19E VENDORID VID_DEFAULT CAPABILITY CAP_GENERAL_DLL + #if defined(WINSCW) -deffile BWINSCW/npscript.def +deffile Bwinscw/npscript.def #elif defined(ARMCC) deffile EABI/npscript.def #endif + SOURCEPATH ../npscript SOURCE npscript.cpp + MW_LAYER_SYSTEMINCLUDE -SYSTEMINCLUDE ../../javascriptcore/bindings -SYSTEMINCLUDE ../../javascriptcore/wtf/symbian +SYSTEMINCLUDE ../../JavaScriptCore/bindings +SYSTEMINCLUDE ../../JavaScriptCore/wtf/symbian LIBRARY javascriptcore.lib