2017-04-11 22:20:09 +02:00
|
|
|
TESTDLL = wsdapi.dll
|
2017-12-13 14:19:15 +01:00
|
|
|
IMPORTS = wsdapi ole32 oleaut32 user32 ws2_32 advapi32
|
2017-04-11 22:20:09 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2017-06-03 11:34:37 +02:00
|
|
|
address.c \
|
2017-05-04 00:55:22 +02:00
|
|
|
discovery.c \
|
2017-05-04 00:55:42 +02:00
|
|
|
memory.c \
|
2017-06-20 23:25:54 +02:00
|
|
|
msgparams.c \
|
2017-05-04 00:55:42 +02:00
|
|
|
xml.c
|