winex11.drv: Remove variable bits which is not really used from X11DRV_DIB_GetImageBi...
[wine.git] / dlls / dnsapi / Makefile.in
blob61ffe8bfce9b1e5ce75580d1aa9a28b58bea63fa
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dnsapi.dll
6 IMPORTLIB = dnsapi
7 IMPORTS = netapi32 kernel32
8 EXTRALIBS = @RESOLVLIBS@
10 C_SRCS = \
11 main.c \
12 name.c \
13 ns_name.c \
14 ns_parse.c \
15 query.c \
16 record.c
18 RC_SRCS = \
19 version.rc
21 @MAKE_DLL_RULES@