From afa3600aaaeec8eba2f98cf4facccd2ffb986ba6 Mon Sep 17 00:00:00 2001 From: Henry Rawas Date: Thu, 16 Jun 2011 11:48:55 -0700 Subject: [PATCH] Make c-ares build on windows --- c-ares/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-ares/Makefile.m32 b/c-ares/Makefile.m32 index 52d93109..27d45d8f 100644 --- a/c-ares/Makefile.m32 +++ b/c-ares/Makefile.m32 @@ -15,7 +15,7 @@ LD = gcc RANLIB = ranlib #RM = rm -f -CFLAGS = -O2 -Wall +CFLAGS = -O2 -Wall -I. -DCARES_STATICLIB LDFLAGS = -s LIBS = -lwsock32