add log file writing
This commit is contained in:
parent
d897ac32b0
commit
51ea3cec2a
6 changed files with 142 additions and 1 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#ifdef _WIN32
|
||||
#include "winStuff.h"
|
||||
#define CONFIG_FILE "\\furnace.cfg"
|
||||
#define LOG_FILE "\\furnace.log"
|
||||
#else
|
||||
#ifdef __HAIKU__
|
||||
#include <support/SupportDefs.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue