diff -r e5af45d51884 -r 31fccae4f8a7 uiacceltk/hitchcock/ServerCore/Src/alfappservercore.mmp --- a/uiacceltk/hitchcock/ServerCore/Src/alfappservercore.mmp Tue Aug 31 16:07:35 2010 +0300 +++ b/uiacceltk/hitchcock/ServerCore/Src/alfappservercore.mmp Wed Sep 01 12:16:53 2010 +0100 @@ -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