Make c-ares build on windows

This commit is contained in:
Henry Rawas 2011-06-16 11:48:55 -07:00
parent 3b83125691
commit afa3600aaa

View File

@ -15,7 +15,7 @@ LD = gcc
RANLIB = ranlib
#RM = rm -f
CFLAGS = -O2 -Wall
CFLAGS = -O2 -Wall -I. -DCARES_STATICLIB
LDFLAGS = -s
LIBS = -lwsock32