webengine/wmlengine/group/browser/browser.mmp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
--- a/webengine/wmlengine/group/browser/browser.mmp	Tue Feb 02 00:56:45 2010 +0200
+++ b/webengine/wmlengine/group/browser/browser.mmp	Fri Mar 19 09:52:28 2010 +0200
@@ -15,7 +15,8 @@
 *
 */
 
-#include  "../webkitcommon.mmpi"
+#include <platform_paths.hrh>
+#include <platform/mw/Browser_platform_variant.hrh>
 
 TARGET          RbBrowser.lib
 TARGETTYPE      lib
@@ -28,7 +29,39 @@
 
 SOURCEPATH      ../../src/browser/src/
 
+
 //SOURCE	Epoc32BrowserMimeTable.c
 SOURCE	xhtml_1_0_dict.c
 SOURCE	wml_1_3_dict.c
 
+
+
+
+USERINCLUDE  ../../src/adt/include
+USERINCLUDE  ../../src/css/include
+USERINCLUDE  ../../src/evt/include
+USERINCLUDE  ../../src/fbox/include
+USERINCLUDE  ../../src/gdi/include
+USERINCLUDE  ../../src/hed/include
+USERINCLUDE  ../../src/image/include
+USERINCLUDE  ../../src/imagech/include
+USERINCLUDE  ../../src/lmgr/include
+USERINCLUDE  ../../src/markup/include
+USERINCLUDE  ../../src/Msg/include
+USERINCLUDE  ../../src/mvc/include
+USERINCLUDE  ../../src/object/include
+USERINCLUDE  ../../src/text/include
+USERINCLUDE  ../../src/system/include
+USERINCLUDE  ../../src/wml1x/include
+USERINCLUDE  ../../src/browser/include
+USERINCLUDE  ../../src/wmlscriptch/include
+USERINCLUDE  ../../src/xhtml/include
+USERINCLUDE  ../../src/wml/src
+
+
+MW_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE  ../../src/wml/include
+SYSTEMINCLUDE  ../../src/utils/include
+MW_LAYER_LIBC_SYSTEMINCLUDE
+
+