mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
18 lines
211 B
Makefile
18 lines
211 B
Makefile
MODULE = dnsapi.dll
|
|
IMPORTLIB = dnsapi
|
|
IMPORTS = netapi32
|
|
EXTRALIBS = @RESOLVLIBS@
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
name.c \
|
|
ns_name.c \
|
|
ns_parse.c \
|
|
query.c \
|
|
record.c
|
|
|
|
RC_SRCS = \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|