mirror of
https://github.com/fadden/nulib2.git
synced 2025-02-05 20:30:57 +00:00
Added /D DEBUG_MSGS to DLL debug builds.
This commit is contained in:
parent
4c7aee4815
commit
580b04378c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user