wine/dlls/wsdapi/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

13 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