mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
2563356bd6
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
115 B
Makefile
8 lines
115 B
Makefile
MODULE = webservices.dll
|
|
IMPORTLIB = webservices
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
reader.c \
|
|
writer.c
|