phonebookengines/contactsmodel/groupsql/cntmodel.iby
branchRCL_3
changeset 45 34879f5cfc63
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
39:a6539d1e8e43 45:34879f5cfc63
    28 REM Log Engine contact matching plug-in implementation
    28 REM Log Engine contact matching plug-in implementation
    29 #include <cntmatchlog.iby>
    29 #include <cntmatchlog.iby>
    30 
    30 
    31 REM Configurable heap size for contact server.
    31 REM Configurable heap size for contact server.
    32 #ifndef CONTACT_SERVER_MAX_HEAPSIZE
    32 #ifndef CONTACT_SERVER_MAX_HEAPSIZE
    33 #define CONTACT_SERVER_MAX_HEAPSIZE  0x100000
    33 #define CONTACT_SERVER_MAX_HEAPSIZE  0x200000
    34 #endif
    34 #endif
    35 
    35 
    36 file=ABI_DIR\BUILD_DIR\cntsrv.exe		System\Programs\cntsrv.exe       heapmax=CONTACT_SERVER_MAX_HEAPSIZE
    36 file=ABI_DIR\BUILD_DIR\cntsrv.exe		System\Programs\cntsrv.exe       heapmax=CONTACT_SERVER_MAX_HEAPSIZE
    37 file=ABI_DIR\BUILD_DIR\cntmodel.dll		System\Libs\cntmodel.dll
    37 file=ABI_DIR\BUILD_DIR\cntmodel.dll		System\Libs\cntmodel.dll
    38 file=ABI_DIR\BUILD_DIR\cntview.dll		System\Libs\cntview.dll
    38 file=ABI_DIR\BUILD_DIR\cntview.dll		System\Libs\cntview.dll