mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
4da92b60b6
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
19 lines
264 B
Makefile
19 lines
264 B
Makefile
MODULE = webservices.dll
|
|
IMPORTLIB = webservices
|
|
IMPORTS = winhttp rpcrt4 user32 ws2_32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
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
|