equal
deleted
inserted
replaced
|
1 /* |
|
2 * ============================================================================== |
|
3 * Name : MsgEditor.mph |
|
4 * Part of : MsgEditor |
|
5 * Description : Common control for all MsgEditor options |
|
6 * Version : |
|
7 * |
|
8 * Copyright (c) 2007 Nokia Corporation. |
|
9 * This material, including documentation and any related |
|
10 * computer programs, is protected by copyright controlled by |
|
11 * Nokia Corporation. All rights are reserved. Copying, |
|
12 * including reproducing, storing, adapting or translating, any |
|
13 * or all of this material requires the prior written consent of |
|
14 * Nokia Corporation. This material also contains confidential |
|
15 * information which may not be disclosed to others without the |
|
16 * prior written consent of Nokia Corporation. |
|
17 * ============================================================================== |
|
18 */ |
|
19 |
|
20 // ...LOGGING - Turned on by default on debug binaries.... |
|
21 //MACRO USE_LOGGER // UREL debugging support source files |
|
22 //#define USE_LOGGER // UREL debugging support MMP file |
|
23 //MACRO USE_RDEBUG // Turn on the logging via RDEBUG |
|
24 |
|
25 #ifdef USE_LOGGER |
|
26 LIBRARY flogger.lib |
|
27 #else |
|
28 DEBUGLIBRARY flogger.lib |
|
29 #endif |
|
30 |
|
31 //...LOGGING... |