wine/dlls/webservices/Makefile.in
Hans Leidekker 5154290ac0 webservices: Add a static builtin dictionary.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-14 11:18:48 +02:00

16 lines
216 B
Makefile

MODULE = webservices.dll
IMPORTLIB = webservices
IMPORTS = winhttp rpcrt4 user32 ws2_32
C_SRCS = \
channel.c \
error.c \
heap.c \
listener.c \
msg.c \
proxy.c \
reader.c \
string.c \
url.c \
writer.c