mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
11 lines
185 B
Makefile
11 lines
185 B
Makefile
EXTRADEFS = -D_SVRAPI_
|
|
MODULE = netapi32.dll
|
|
IMPORTLIB = netapi32
|
|
IMPORTS = iphlpapi ws2_32 advapi32
|
|
|
|
C_SRCS = \
|
|
nbcmdqueue.c \
|
|
nbnamecache.c \
|
|
nbt.c \
|
|
netapi32.c \
|
|
netbios.c
|