diff -r d39add9822e2 -r 5bfc169077b2 webengine/wmlengine/group/system/system.mmp --- a/webengine/wmlengine/group/system/system.mmp Tue Feb 02 00:56:45 2010 +0200 +++ b/webengine/wmlengine/group/system/system.mmp Fri Mar 19 09:52:28 2010 +0200 @@ -15,16 +15,39 @@ * */ -#include "../webkitcommon.mmpi" +#include +#include TARGET System.lib TARGETTYPE lib SOURCEPATH ../../src/system/src/ CAPABILITY CAP_GENERAL_DLL -VENDORID VID_DEFAULT +VENDORID VID_DEFAULT SOURCE Timer.c SOURCE Epoc32Timer.cpp SOURCE CEpoc32Timer.cpp SOURCE Epoc32OptionList.cpp + +#include "../webkitcommon.mmpi" + +USERINCLUDE . +USERINCLUDE ../../src/Object/include +USERINCLUDE ../../src/mvc/include +USERINCLUDE ../../src/system/include +USERINCLUDE ../../src/utils/include +USERINCLUDE ../../src/hed/include +USERINCLUDE ../../src/msg/include +USERINCLUDE ../../src/wml/include +USERINCLUDE ../../src/markup/include +USERINCLUDE ../../src/wmlcontrol/include + + + +SYSTEMINCLUDE ../../src/utils/include +SYSTEMINCLUDE ../../src/utils/src +SYSTEMINCLUDE ../../../osswebengine/MemoryManager/Inc +MW_LAYER_SYSTEMINCLUDE +MW_LAYER_LIBC_SYSTEMINCLUDE +