projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msvcp60: Fixed num_put::fput implementation.
[wine]
/
dlls
/
dnsapi
/
Makefile.in
1
MODULE = dnsapi.dll
2
IMPORTLIB = dnsapi
3
IMPORTS = netapi32
4
EXTRALIBS = @RESOLVLIBS@
5
6
C_SRCS = \
7
main.c \
8
name.c \
9
ns_name.c \
10
ns_parse.c \
11
query.c \
12
record.c
13
14
RC_SRCS = \
15
version.rc
16
17
@MAKE_DLL_RULES@