This commit is contained in:
parent
6ce958919a
commit
4b8f6991e9
2 changed files with 40 additions and 3 deletions
|
@ -55,12 +55,12 @@ Available options are:
|
|||
#define DBG_OUTPUT_TO_DEBUGGER
|
||||
#define DBG_SHOW_MESSAGE_ORIGIN
|
||||
#define DBG_FILENAME_LENGTH 16
|
||||
#define DBG_DEFAULT_CHANNEL DC_CHARLES|DC_SYSTEM|DC_SOUND
|
||||
#define DBG_DEFAULT_CHANNEL DC_CHARLES|DC_SYSTEM
|
||||
#elif __USER_dave__
|
||||
#define DBG_OUTPUT_TO_DEBUGGER
|
||||
#define DBG_SHOW_MESSAGE_ORIGIN
|
||||
#define DBG_FILENAME_LENGTH 16
|
||||
#define DBG_DEFAULT_CHANNEL DC_DAVE|DC_SYSTEM|DC_SOUND
|
||||
#define DBG_DEFAULT_CHANNEL DC_DAVE|DC_SYSTEM
|
||||
#elif __USER_paul__
|
||||
#define DBG_OUTPUT_TO_DEBUGGER
|
||||
#define DBG_OUTPUT_TO_LOG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue