projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added some stubbed Ds-calls
[wine]
/
dlls
/
netapi32
/
Makefile.in
1
EXTRADEFS = -D_SVRAPI_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = netapi32.dll
7
IMPORTLIB = libnetapi32.$(IMPLIBEXT)
8
IMPORTS = iphlpapi ws2_32 advapi32 kernel32
9
10
C_SRCS = \
11
access.c \
12
apibuf.c \
13
browsr.c \
14
ds.c \
15
nbcmdqueue.c \
16
nbnamecache.c \
17
nbt.c \
18
netapi32.c \
19
netbios.c \
20
wksta.c
21
22
SUBDIRS = tests
23
24
@MAKE_DLL_RULES@
25
26
### Dependencies: