mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-30 03:03:59 +02:00
10 lines
174 B
Makefile
10 lines
174 B
Makefile
TESTDLL = webservices.dll
|
|
IMPORTS = webservices oleaut32 ole32 user32 rpcrt4 ws2_32 advapi32
|
|
|
|
SOURCES = \
|
|
channel.c \
|
|
msg.c \
|
|
proxy.c \
|
|
reader.c \
|
|
url.c \
|
|
writer.c
|