mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
7 lines
114 B
Makefile
7 lines
114 B
Makefile
TESTDLL = xaudio2_7.dll
|
|
IMPORTS = ole32
|
|
EXTRADEFS = -DXAUDIO2_VER=7
|
|
|
|
SOURCES = \
|
|
xaudio2.c \
|
|
xaudio_classes.idl
|