From 6ab274422a7f3e71964f1ae943605dce848f55a1 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 1 Dec 2012 12:43:35 +0100 Subject: [PATCH] Changed: Disabled some useless temporary files --- code/nel/src/misc/debug.cpp | 2 ++ code/nel/src/misc/report.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/code/nel/src/misc/debug.cpp b/code/nel/src/misc/debug.cpp index f2dd31290..b37f16d57 100644 --- a/code/nel/src/misc/debug.cpp +++ b/code/nel/src/misc/debug.cpp @@ -53,6 +53,8 @@ # include #endif +#define NL_NO_DEBUG_FILES 1 + using namespace std; // If you don't want to add default displayer, put 0 instead of 1. In this case, you diff --git a/code/nel/src/misc/report.cpp b/code/nel/src/misc/report.cpp index 1c7888a2c..cf60f3441 100644 --- a/code/nel/src/misc/report.cpp +++ b/code/nel/src/misc/report.cpp @@ -29,6 +29,8 @@ # include #endif // NL_OS_WINDOWS +#define NL_NO_DEBUG_FILES 1 + using namespace std; namespace NLMISC