mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
12 lines
254 B
Makefile
12 lines
254 B
Makefile
EXTRADEFS = -DXAPOFX1_VER=1 -DXAUDIO2_VER=2
|
|
MODULE = xapofx1_1.dll
|
|
IMPORTS = $(FAUDIO_PE_LIBS) ole32
|
|
EXTRAINCL = $(FAUDIO_PE_CFLAGS)
|
|
PARENTSRC = ../xaudio2_7
|
|
|
|
SOURCES = \
|
|
version.rc \
|
|
xapo.c \
|
|
xapofx.c \
|
|
xaudio_allocator.c \
|
|
xaudio_classes.idl
|