makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dnsapi / Makefile.in
1 MODULE    = dnsapi.dll
2 IMPORTLIB = dnsapi
3 IMPORTS   = netapi32
4 EXTRALIBS = @RESOLVLIBS@
5
6 C_SRCS = \
7         main.c \
8         name.c \
9         ns_name.c \
10         ns_parse.c \
11         query.c \
12         record.c
13
14 RC_SRCS = \
15         version.rc
16
17 @MAKE_DLL_RULES@