mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
11 lines
188 B
Makefile
11 lines
188 B
Makefile
MODULE = bluetoothapis.dll
|
|
IMPORTLIB = bluetoothapis
|
|
IMPORTS = setupapi cfgmgr32 user32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
bluetoothapis.rc \
|
|
gatt.c \
|
|
main.c \
|
|
sdp.c
|