diff -r c9d868f1e20c -r 1801340c26a2 uiacceltk/hitchcock/ServerCore/Src/alfappservercore.mmp --- a/uiacceltk/hitchcock/ServerCore/Src/alfappservercore.mmp Thu Jul 15 19:40:07 2010 +0300 +++ b/uiacceltk/hitchcock/ServerCore/Src/alfappservercore.mmp Thu Aug 19 10:48:02 2010 +0300 @@ -38,6 +38,11 @@ // MACRO ALF_DEBUG_PRINT_NODE_INFO +// Have these lines active if you want to have additional memory logging. +// Comment these lines out if you don't want any memory logging. +//MACRO ALF_MEMORYLOGGING +//#define ALF_MEMORYLOGGING + TARGET alfappservercore.dll TARGETTYPE dll @@ -134,3 +139,7 @@ #ifdef HUI_DEBUG_TRACK_DRAWING LIBRARY alfcommanddebug.lib #endif + +#ifdef ALF_MEMORYLOGGING +LIBRARY hal.lib +#endif