diff -r d39add9822e2 -r 5bfc169077b2 webengine/wmlengine/group/script/script.mmp --- a/webengine/wmlengine/group/script/script.mmp Tue Feb 02 00:56:45 2010 +0200 +++ b/webengine/wmlengine/group/script/script.mmp Fri Mar 19 09:52:28 2010 +0200 @@ -15,7 +15,8 @@ * */ -#include "../webkitcommon.mmpi" +#include +#include TARGET script.lib TARGETTYPE lib @@ -52,3 +53,18 @@ SOURCE scr_valexpr.c SOURCE scr_wta.c SOURCE scr_crypto.c + +USERINCLUDE ../../src/script/src +USERINCLUDE ../../src/urlloader/include +USERINCLUDE ../../src/utils/include +USERINCLUDE ../../src/wml/include +SYSTEMINCLUDE ../../src/script/include +SYSTEMINCLUDE ../../src/utils/src +MW_LAYER_SYSTEMINCLUDE +MW_LAYER_LIBC_SYSTEMINCLUDE +SYSTEMINCLUDE ../../src/utils/include + + + + +