mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
8729840f94
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
17 lines
259 B
Makefile
17 lines
259 B
Makefile
MODULE = dmusic.dll
|
|
IMPORTS = dxguid uuid ole32 advapi32 dsound user32 winmm
|
|
|
|
C_SRCS = \
|
|
buffer.c \
|
|
clock.c \
|
|
collection.c \
|
|
dmobject.c \
|
|
dmusic.c \
|
|
dmusic_main.c \
|
|
download.c \
|
|
instrument.c \
|
|
port.c
|
|
|
|
IDL_SRCS = dmusic.idl
|
|
|
|
RC_SRCS = version.rc
|