mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
9 lines
171 B
Makefile
9 lines
171 B
Makefile
TESTDLL = wsdapi.dll
|
|
IMPORTS = wsdapi ole32 oleaut32 user32 ws2_32 advapi32 iphlpapi rpcrt4
|
|
|
|
SOURCES = \
|
|
address.c \
|
|
discovery.c \
|
|
memory.c \
|
|
msgparams.c \
|
|
xml.c
|