wsdapi: Implement generation of XML from WSDXML structures.
[wine.git] / dlls / wsdapi / Makefile.in
blobf5eb0fdbf069677f4d6688f65eec11ffabc190d4
1 MODULE = wsdapi.dll
2 IMPORTLIB = wsdapi
3 IMPORTS = bcrypt iphlpapi rpcrt4 user32 webservices ws2_32
5 C_SRCS = \
6 address.c \
7 discovery.c \
8 main.c \
9 memory.c \
10 msgparams.c \
11 network.c \
12 soap.c \
13 xml.c