From c95041c6a1dcbd1882711a6551f957dd15f026f7 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 9 Apr 2013 17:47:56 +0200 Subject: [PATCH] Added -DCARES_STATICLIB to CFLAGS. Currently this static makefile does only support building the static library libcares.a. --- Makefile.m32 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.m32 b/Makefile.m32 index 4275f91f..18566369 100644 --- a/Makefile.m32 +++ b/Makefile.m32 @@ -17,6 +17,7 @@ RANLIB = ranlib #RM = rm -f CFLAGS = -O2 -Wall -I. +CFLAGS += -DCARES_STATICLIB LDFLAGS = -s LIBS = -lwsock32