mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
TESTDLL = bluetoothapis.dll
|
|
IMPORTS = bluetoothapis setupapi user32
|
|
|
|
SOURCES = \
|
|
device.c \
|
|
gatt.c \
|
|
radio.c \
|
|
resource.rc \
|
|
sdp.c
|