mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
19 lines
293 B
Makefile
19 lines
293 B
Makefile
MODULE = dsound.dll
|
|
IMPORTLIB = dsound
|
|
IMPORTS = dxguid uuid winmm ole32 advapi32 user32
|
|
|
|
C_SRCS = \
|
|
buffer.c \
|
|
capture.c \
|
|
dsound.c \
|
|
dsound_convert.c \
|
|
dsound_main.c \
|
|
duplex.c \
|
|
mixer.c \
|
|
primary.c \
|
|
propset.c \
|
|
sound3d.c
|
|
|
|
IDL_SRCS = dsound_classes.idl
|
|
|
|
RC_SRCS = version.rc
|