Added -DCARES_STATICLIB to CFLAGS.
authorGuenter Knauf <lists@gknw.net>
Tue, 9 Apr 2013 15:47:56 +0000 (17:47 +0200)
committerGuenter Knauf <lists@gknw.net>
Tue, 9 Apr 2013 15:47:56 +0000 (17:47 +0200)
Currently this static makefile does only support building the
static library libcares.a.

Makefile.m32

index 4275f91..1856636 100644 (file)
@@ -17,6 +17,7 @@ RANLIB        = ranlib
 #RM    = rm -f
 
 CFLAGS = -O2 -Wall -I.
+CFLAGS += -DCARES_STATICLIB
 LDFLAGS        = -s
 LIBS   = -lwsock32