From 580b04378cfd8de660dcd931828bf60d548469b5 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 13 Dec 2002 17:47:53 +0000 Subject: [PATCH] Added /D DEBUG_MSGS to DLL debug builds. --- nufxlib-0/Makefile.dll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nufxlib-0/Makefile.dll b/nufxlib-0/Makefile.dll index 66d7299..b234410 100755 --- a/nufxlib-0/Makefile.dll +++ b/nufxlib-0/Makefile.dll @@ -12,11 +12,12 @@ # CFG=nufxlib - Win32 Debug +MY_BUILD_FLAGS=/D "DEBUG_MSGS" !ifdef NODEBUG CFG=nufxlib - Win32 Release +MY_BUILD_FLAGS= !endif -MY_BUILD_FLAGS= MY_LIB_FLAGS= !ifdef LIBZ MY_BUILD_FLAGS = $(MY_BUILD_FLAGS) /D "ENABLE_DEFLATE"