wine/dlls/webservices/tests/Makefile.in
Hans Leidekker 51d934abbc webservices: Add support for dictionary strings in the writer.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-30 11:15:15 +02:00

12 lines
163 B
Makefile

TESTDLL = webservices.dll
IMPORTS = webservices user32 rpcrt4 ws2_32
C_SRCS = \
channel.c \
listener.c \
msg.c \
proxy.c \
reader.c \
url.c \
writer.c