summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2013-04-09 17:47:56 +0200
committerGuenter Knauf <lists@gknw.net>2013-04-09 17:47:56 +0200
commitc95041c6a1dcbd1882711a6551f957dd15f026f7 (patch)
treeea8886893c8db9c76b9edc37addab762e3cf36f3
parent483d49d060a0e73cbd47fa070d1e04485963b8b5 (diff)
downloadc-ares-c95041c6a1dcbd1882711a6551f957dd15f026f7.tar.gz
c-ares-c95041c6a1dcbd1882711a6551f957dd15f026f7.tar.bz2
c-ares-c95041c6a1dcbd1882711a6551f957dd15f026f7.zip
Added -DCARES_STATICLIB to CFLAGS.
Currently this static makefile does only support building the static library libcares.a.
-rw-r--r--Makefile.m321
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.m32 b/Makefile.m32
index 4275f91..1856636 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