diff options
author | Guenter Knauf <lists@gknw.net> | 2013-04-09 17:47:56 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2013-04-09 17:47:56 +0200 |
commit | c95041c6a1dcbd1882711a6551f957dd15f026f7 (patch) | |
tree | ea8886893c8db9c76b9edc37addab762e3cf36f3 | |
parent | 483d49d060a0e73cbd47fa070d1e04485963b8b5 (diff) | |
download | c-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.m32 | 1 |
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 |