diff -r 5456b4e8b3a8 -r 3321d3e205b6 taskswitcher/taskswitcherui/taskswitcherapp/group/tsapp.mmp --- a/taskswitcher/taskswitcherui/taskswitcherapp/group/tsapp.mmp Wed Sep 01 12:32:46 2010 +0100 +++ b/taskswitcher/taskswitcherui/taskswitcherapp/group/tsapp.mmp Tue Sep 14 20:58:58 2010 +0300 @@ -20,7 +20,9 @@ #include #include "../inc/tsuid.hrh" -EPOCHEAPSIZE 0x100000 0xa00000 // 1 Mb - 10 Mb +#ifndef WINSCW + EPOCHEAPSIZE 0x100000 0xa00000 // 1 Mb - 10 Mb +#endif EPOCSTACKSIZE 0x5000 // 20KB TARGET taskswitcher.exe @@ -37,6 +39,7 @@ SOURCE tstaskswitcher.cpp SOURCE tsappview.cpp SOURCE tsfastswaparea.cpp +SOURCE tsfastswapareautils.cpp SOURCE tsfastswapgrid.cpp SOURCE tsdevicestate.cpp SOURCE tseventcontroler.cpp @@ -81,6 +84,7 @@ LIBRARY akntouchgesturefw.lib LIBRARY aknphysics.lib LIBRARY touchfeedback.lib +LIBRARY bitmaptransforms.lib DEBUGLIBRARY flogger.lib