mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
19 lines
287 B
Makefile
19 lines
287 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dnsapi.dll
|
|
IMPORTLIB = libdnsapi.$(IMPLIBEXT)
|
|
IMPORTS = kernel32
|
|
EXTRALIBS = $(LIBUNICODE) @RESOLVLIBS@
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
name.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|