projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ntdll/kernel32: SetCommState & IOCTL_SET_BAUD_RATE
[wine]
/
dlls
/
dnsapi
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dnsapi.dll
6
IMPORTLIB = libdnsapi.$(IMPLIBEXT)
7
IMPORTS = kernel32
8
EXTRALIBS = $(LIBUNICODE) @RESOLVLIBS@
9
10
C_SRCS = \
11
main.c \
12
name.c \
13
query.c \
14
record.c
15
16
SUBDIRS = tests
17
18
@MAKE_DLL_RULES@
19
20
### Dependencies: