wine/dlls/webservices/Makefile.in
Hans Leidekker 1032b68568 webservices: Implement WsSendMessage.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-28 23:17:45 +09:00

13 lines
172 B
Makefile

MODULE = webservices.dll
IMPORTLIB = webservices
IMPORTS = winhttp rpcrt4 user32
C_SRCS = \
channel.c \
main.c \
msg.c \
proxy.c \
reader.c \
url.c \
writer.c