mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
39f732c8c1
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
200 B
Makefile
12 lines
200 B
Makefile
MODULE = wsdapi.dll
|
|
IMPORTLIB = wsdapi
|
|
IMPORTS = bcrypt iphlpapi rpcrt4 user32 webservices ws2_32
|
|
|
|
C_SRCS = \
|
|
address.c \
|
|
discovery.c \
|
|
memory.c \
|
|
msgparams.c \
|
|
network.c \
|
|
soap.c \
|
|
xml.c
|