Skip to content
Snippets Groups Projects
Commit 56edbe38 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

minor cosmetic fix.

parent 94c4a185
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment