uiservicetab/inc/vimpstbuilddefinitions.h
branchRCL_3
changeset 19 76f25fb7a6a1
parent 0 5e5d6b214f4f
equal deleted inserted replaced
18:36d367c62acb 19:76f25fb7a6a1
    18 
    18 
    19 
    19 
    20 #ifndef VIMPSTBUILDDEFINITIONS_H
    20 #ifndef VIMPSTBUILDDEFINITIONS_H
    21 #define VIMPSTBUILDDEFINITIONS_H
    21 #define VIMPSTBUILDDEFINITIONS_H
    22 
    22 
       
    23 
    23 // Enables debug print
    24 // Enables debug print
    24 #define CHAT_ENABLE_DEBUG_PRINT
    25 #ifdef __WINS__
    25 // Enabled file debug (Remember to create c\Logs\Chat 
    26   #ifdef _DEBUG     // for WINS UDEB
    26 #define CHAT_ENABLE_FILE_DEBUG
    27     // Enables debug print
    27 
    28     #define CHAT_ENABLE_DEBUG_PRINT
    28 // Enables layout debug print
    29     // Enabled file debug (Remember to create c\Logs\Chat 
    29 #define CHAT_DEBUG_OUTPUT_TO_FILE
    30     #define CHAT_ENABLE_FILE_DEBUG
    30 
    31     
       
    32     // Enables layout debug print
       
    33     #define CHAT_DEBUG_OUTPUT_TO_FILE
       
    34  #endif
       
    35 #else       
       
    36   #ifdef _DEBUG     // for device UDEB
       
    37     // Enables debug print
       
    38     #define CHAT_ENABLE_DEBUG_PRINT
       
    39     // Enabled file debug (Remember to create c\Logs\Chat 
       
    40     #define CHAT_ENABLE_FILE_DEBUG
       
    41     
       
    42     // Enables layout debug print
       
    43     #define CHAT_DEBUG_OUTPUT_TO_FILE
       
    44   #endif
       
    45 #endif
    31 
    46 
    32 #endif      // VIMPSTBUILDDEFINITIONS_H
    47 #endif      // VIMPSTBUILDDEFINITIONS_H
    33 
    48 
    34 // End of File
    49 // End of File
    35 
    50