diff -r d39add9822e2 -r 5bfc169077b2 browserutilities/webutils/group/webutils.mmp --- a/browserutilities/webutils/group/webutils.mmp Tue Feb 02 00:56:45 2010 +0200 +++ b/browserutilities/webutils/group/webutils.mmp Fri Mar 19 09:52:28 2010 +0200 @@ -15,9 +15,10 @@ * */ + #include #include -#include +#include // Build target TARGET webutils.dll @@ -32,11 +33,13 @@ // Source files SOURCE CUserAgent.cpp + // Include paths USERINCLUDE . ../INC MW_LAYER_SYSTEMINCLUDE -OS_LAYER_ESTLIB_SYSTEMINCLUDE +MW_LAYER_LIBC_SYSTEMINCLUDE + // Dependencies LIBRARY euser.lib @@ -50,12 +53,14 @@ //MACRO _WEBUTILS_LOG_ //#define _WEBUTILS_LOG_ + #ifdef _WEBUTILS_LOG_ LIBRARY flogger.lib #else DEBUGLIBRARY flogger.lib #endif + #if defined(ARMCC) DEFFILE ../EABI/WebUtils_EKA2.DEF #elif defined( WINSCW ) @@ -65,3 +70,5 @@ #else DEFFILE ../BMARM/WEBUTILS_EKA2.DEF #endif + +