mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
e005434d6e
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
229 B
Makefile
14 lines
229 B
Makefile
MODULE = wsdapi.dll
|
|
IMPORTLIB = wsdapi
|
|
IMPORTS = bcrypt iphlpapi rpcrt4 user32 webservices ws2_32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
address.c \
|
|
discovery.c \
|
|
memory.c \
|
|
msgparams.c \
|
|
network.c \
|
|
soap.c \
|
|
xml.c
|