mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
cacf4d1a55
Signed-off-by: Drew Ronneberg <drew_ronneberg@yahoo.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
238 B
Makefile
15 lines
238 B
Makefile
MODULE = netapi32.dll
|
|
UNIXLIB = netapi32.so
|
|
IMPORTLIB = netapi32
|
|
IMPORTS = rpcrt4 iphlpapi ws2_32 advapi32 dnsapi
|
|
|
|
C_SRCS = \
|
|
nbcmdqueue.c \
|
|
nbnamecache.c \
|
|
nbt.c \
|
|
netapi32.c \
|
|
netbios.c \
|
|
unixlib.c
|
|
|
|
IDL_SRCS = \
|
|
atsvc.idl
|