Added /D DEBUG_MSGS to DLL debug builds.

This commit is contained in:
Andy McFadden 2002-12-13 17:47:53 +00:00
parent 4c7aee4815
commit 580b04378c
1 changed files with 2 additions and 1 deletions

View File

@ -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"