diff -r 79859ed3eea9 -r 919f36ff910f browserutilities/webutils/group/webutils.mmp --- a/browserutilities/webutils/group/webutils.mmp Tue Aug 31 16:17:46 2010 +0300 +++ b/browserutilities/webutils/group/webutils.mmp Wed Sep 01 12:28:30 2010 +0100 @@ -15,10 +15,9 @@ * */ - #include #include -#include +#include // Build target TARGET webutils.dll @@ -33,13 +32,11 @@ // Source files SOURCE CUserAgent.cpp - // Include paths -USERINCLUDE . ../inc +USERINCLUDE . ../INC MW_LAYER_SYSTEMINCLUDE -MW_LAYER_LIBC_SYSTEMINCLUDE - +OS_LAYER_ESTLIB_SYSTEMINCLUDE // Dependencies LIBRARY euser.lib @@ -53,14 +50,12 @@ //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 ) @@ -70,5 +65,3 @@ #else DEFFILE ../BMARM/WEBUTILS_EKA2.DEF #endif - -