wine/dlls/webservices/Makefile.in

17 lines
228 B
Makefile

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