mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 02:46:32 +00:00
338f1458d8
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
17 lines
235 B
Makefile
17 lines
235 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
|
|
|
|
RC_SRCS = rsrc.rc
|