mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
4f1dca9db0
Signed-off-by: Owen Rudge <orudge@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
152 B
Makefile
11 lines
152 B
Makefile
MODULE = wsdapi.dll
|
|
IMPORTLIB = wsdapi
|
|
IMPORTS = user32 ws2_32
|
|
|
|
C_SRCS = \
|
|
address.c \
|
|
discovery.c \
|
|
main.c \
|
|
memory.c \
|
|
msgparams.c \
|
|
xml.c
|