mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
13 lines
201 B
Makefile
13 lines
201 B
Makefile
MODULE = dnsapi.dll
|
|
UNIXLIB = dnsapi.so
|
|
IMPORTLIB = dnsapi
|
|
DELAYIMPORTS = netapi32
|
|
UNIX_LIBS = $(RESOLV_LIBS)
|
|
|
|
SOURCES = \
|
|
libresolv.c \
|
|
main.c \
|
|
name.c \
|
|
query.c \
|
|
record.c \
|
|
version.rc
|