mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
13 lines
273 B
Makefile
13 lines
273 B
Makefile
EXTRADEFS = -DXAUDIO2_VER=7
|
|
MODULE = xaudio2_7.dll
|
|
IMPORTS = $(FAUDIO_PE_LIBS) advapi32 ole32 user32 uuid
|
|
EXTRAINCL = $(FAUDIO_PE_CFLAGS)
|
|
|
|
SOURCES = \
|
|
x3daudio.c \
|
|
xapo.c \
|
|
xapofx.c \
|
|
xaudio_allocator.c \
|
|
xaudio_classes.idl \
|
|
xaudio_dll.c \
|
|
xaudio_register.idl
|