projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml: Don't crash in QueryInterface if uri is NULL.
[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 = netapi32 kernel32
8
EXTRALIBS = @RESOLVLIBS@
9
10
C_SRCS = \
11
main.c \
12
name.c \
13
ns_name.c \
14
ns_parse.c \
15
query.c \
16
record.c
17
18
SUBDIRS = tests
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies: