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