diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-13 00:52:48 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-13 00:52:48 +0000 |
commit | 4d49566a3ee78ec5027f3447996ead020a212df5 (patch) | |
tree | ca914eb971a415f45937402b45751034e0a0919a /Makefile.vc6 | |
parent | e82026953ed41d5e931f7d3d3d062306d4f537be (diff) | |
download | c-ares-4d49566a3ee78ec5027f3447996ead020a212df5.tar.gz c-ares-4d49566a3ee78ec5027f3447996ead020a212df5.tar.bz2 c-ares-4d49566a3ee78ec5027f3447996ead020a212df5.zip |
DEBUGBUILD symbol definition for debug builds
Diffstat (limited to 'Makefile.vc6')
-rw-r--r-- | Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.vc6 b/Makefile.vc6 index 14711bd..7fb63d4 100644 --- a/Makefile.vc6 +++ b/Makefile.vc6 @@ -35,7 +35,7 @@ EX_LIBS = advapi32.lib ws2_32.lib !endif !if "$(DEBUG_MODEL)" == "d" -CFLAGS = $(CFLAGS) -D_DEBUG -GZ +CFLAGS = $(CFLAGS) -DDEBUGBUILD -D_DEBUG -GZ LDFLAGS = $(LDFLAGS) -debug -fixed:no !else |