mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
13 lines
236 B
Makefile
13 lines
236 B
Makefile
MODULE = netapi32.dll
|
|
UNIXLIB = netapi32.so
|
|
IMPORTLIB = netapi32
|
|
IMPORTS = rpcrt4 iphlpapi ws2_32 advapi32 dnsapi netutils
|
|
|
|
SOURCES = \
|
|
atsvc.idl \
|
|
nbcmdqueue.c \
|
|
nbnamecache.c \
|
|
nbt.c \
|
|
netapi32.c \
|
|
netbios.c \
|
|
unixlib.c
|