diff -r 0ed94ceaa377 -r cb62a4f66ebe browserutilities/feedsengine/group/FeedsServer.mmp --- a/browserutilities/feedsengine/group/FeedsServer.mmp Thu Dec 17 09:20:16 2009 +0200 +++ b/browserutilities/feedsengine/group/FeedsServer.mmp Thu Jan 07 13:31:38 2010 +0200 @@ -15,13 +15,11 @@ * */ - #include #include #include #include - TARGET FeedsServer.exe TARGETTYPE exe EPOCSTACKSIZE 0x5000 @@ -42,7 +40,6 @@ TARGETPATH /System/Programs #endif - // FeedsServer/Server sources SOURCEPATH ../FeedsServer/Server/src SOURCE FeedsDatabase.cpp @@ -57,7 +54,6 @@ SOURCE UpdateManager.cpp SOURCE UpdateQueue.cpp - // FeedsServer/FeedHandler sources SOURCEPATH ../FeedsServer/FeedHandler/src SOURCE AtomFeedParser.cpp @@ -84,7 +80,6 @@ SOURCE XmlEntity.cpp SOURCE XmlUtils.cpp - // Utils sources SOURCEPATH ../FeedsServer/Common/src SOURCE LeakTracker.cpp @@ -101,36 +96,36 @@ USERINCLUDE ../FeedsServer/XmlUtils/inc USERINCLUDE ../../inc - MW_LAYER_SYSTEMINCLUDE -MW_LAYER_LIBC_SYSTEMINCLUDE +OS_LAYER_ESTLIB_SYSTEMINCLUDE // Libraries -LIBRARY euser.lib +LIBRARY euser.lib #ifdef _DEBUG LIBRARY flogger.lib #else DEBUGLIBRARY flogger.lib #endif -LIBRARY bafl.lib -LIBRARY InetProtUtil.lib -LIBRARY http.lib -LIBRARY efsrv.lib -LIBRARY XmlEngine.lib -LIBRARY XmlEngineDOM.lib -LIBRARY XmlEngineUtils.Lib -LIBRARY estlib.lib -LIBRARY HttpFilterCommon.lib -LIBRARY connectionmanager.lib -LIBRARY ecom.lib -LIBRARY commdb.lib -LIBRARY charconv.lib -LIBRARY edbms.lib -LIBRARY estor.lib -LIBRARY centralrepository.lib +LIBRARY bafl.lib +LIBRARY InetProtUtil.lib +LIBRARY http.lib +LIBRARY efsrv.lib +LIBRARY XmlEngine.lib +LIBRARY XmlEngineDOM.lib +LIBRARY XmlEngineUtils.Lib +LIBRARY estlib.lib +LIBRARY HttpFilterCommon.lib +LIBRARY connectionmanager.lib +LIBRARY ecom.lib +LIBRARY commdb.lib +LIBRARY charconv.lib +LIBRARY edbms.lib +LIBRARY estor.lib +LIBRARY centralrepository.lib LIBRARY apengine.lib -LIBRARY ESock.lib +LIBRARY ESock.lib LIBRARY Avkon.lib LIBRARY etel3rdparty.lib LIBRARY webutils.lib -LIBRARY sysutil.lib +LIBRARY sysutil.lib +