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

View File

@ -12,11 +12,12 @@
# #
CFG=nufxlib - Win32 Debug CFG=nufxlib - Win32 Debug
MY_BUILD_FLAGS=/D "DEBUG_MSGS"
!ifdef NODEBUG !ifdef NODEBUG
CFG=nufxlib - Win32 Release CFG=nufxlib - Win32 Release
MY_BUILD_FLAGS=
!endif !endif
MY_BUILD_FLAGS=
MY_LIB_FLAGS= MY_LIB_FLAGS=
!ifdef LIBZ !ifdef LIBZ
MY_BUILD_FLAGS = $(MY_BUILD_FLAGS) /D "ENABLE_DEFLATE" MY_BUILD_FLAGS = $(MY_BUILD_FLAGS) /D "ENABLE_DEFLATE"