diff options
| author | Gunter Knauf <gk@gknw.de> | 2004-07-05 21:44:09 +0000 | 
|---|---|---|
| committer | Gunter Knauf <gk@gknw.de> | 2004-07-05 21:44:09 +0000 | 
| commit | 56edbe38047a5f79afa75cea49228c9d85f07531 (patch) | |
| tree | 219113bb57f37c5bb341666447be578b67e57475 | |
| parent | 94c4a18541ade3391b5b76f2565d41e937185d80 (diff) | |
minor cosmetic fix.
| -rw-r--r-- | ares/Makefile.m32 | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ares/Makefile.m32 b/ares/Makefile.m32 index 051b1353e..8758d4e0c 100644 --- a/ares/Makefile.m32 +++ b/ares/Makefile.m32 @@ -19,9 +19,9 @@ LIB=libcares.a  CC=gcc  #CPPFLAGS=@CPPFLAGS@  WARN_FLAGS=-Wall -CFLAGS=-O2 -DMINGW32 +CFLAGS=-O2  CFLAGS+=${WARN_CFLAGS} ${ERROR_CFLAGS} -#DEFS=-DWIN32 +DEFS=-DMINGW32  LDFLAGS=-s  LIBS=-lwsock32  ALL_CFLAGS=${CPPFLAGS} ${CFLAGS} ${DEFS} | 
