Added -DCARES_STATICLIB to CFLAGS.

Currently this static makefile does only support building the
static library libcares.a.
pull/10/head
Guenter Knauf 12 years ago
parent 483d49d060
commit c95041c6a1
  1. 1
      Makefile.m32

@ -17,6 +17,7 @@ RANLIB = ranlib
#RM = rm -f
CFLAGS = -O2 -Wall -I.
CFLAGS += -DCARES_STATICLIB
LDFLAGS = -s
LIBS = -lwsock32

Loading…
Cancel
Save