mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
194e09baec
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
211 B
Makefile
15 lines
211 B
Makefile
MODULE = dnsapi.dll
|
|
UNIXLIB = dnsapi.so
|
|
IMPORTLIB = dnsapi
|
|
DELAYIMPORTS = netapi32
|
|
UNIX_LIBS = $(RESOLV_LIBS)
|
|
|
|
C_SRCS = \
|
|
libresolv.c \
|
|
main.c \
|
|
name.c \
|
|
query.c \
|
|
record.c
|
|
|
|
RC_SRCS = \
|
|
version.rc
|