mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
1cc29845a3
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
170 B
Makefile
9 lines
170 B
Makefile
TESTDLL = wsdapi.dll
|
|
IMPORTS = wsdapi ole32 oleaut32 user32 ws2_32 advapi32 iphlpapi rpcrt4
|
|
|
|
C_SRCS = \
|
|
address.c \
|
|
discovery.c \
|
|
memory.c \
|
|
msgparams.c \
|
|
xml.c
|