uiservicetab/inc/vimpstbuilddefinitions.h
branchRCL_3
changeset 13 76f25fb7a6a1
parent 0 5e5d6b214f4f
--- a/uiservicetab/inc/vimpstbuilddefinitions.h	Tue May 11 16:01:07 2010 +0300
+++ b/uiservicetab/inc/vimpstbuilddefinitions.h	Tue May 25 12:27:36 2010 +0300
@@ -20,14 +20,29 @@
 #ifndef VIMPSTBUILDDEFINITIONS_H
 #define VIMPSTBUILDDEFINITIONS_H
 
+
 // Enables debug print
-#define CHAT_ENABLE_DEBUG_PRINT
-// Enabled file debug (Remember to create c\Logs\Chat 
-#define CHAT_ENABLE_FILE_DEBUG
-
-// Enables layout debug print
-#define CHAT_DEBUG_OUTPUT_TO_FILE
-
+#ifdef __WINS__
+  #ifdef _DEBUG     // for WINS UDEB
+    // Enables debug print
+    #define CHAT_ENABLE_DEBUG_PRINT
+    // Enabled file debug (Remember to create c\Logs\Chat 
+    #define CHAT_ENABLE_FILE_DEBUG
+    
+    // Enables layout debug print
+    #define CHAT_DEBUG_OUTPUT_TO_FILE
+ #endif
+#else       
+  #ifdef _DEBUG     // for device UDEB
+    // Enables debug print
+    #define CHAT_ENABLE_DEBUG_PRINT
+    // Enabled file debug (Remember to create c\Logs\Chat 
+    #define CHAT_ENABLE_FILE_DEBUG
+    
+    // Enables layout debug print
+    #define CHAT_DEBUG_OUTPUT_TO_FILE
+  #endif
+#endif
 
 #endif      // VIMPSTBUILDDEFINITIONS_H