mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
185 B
Makefile
14 lines
185 B
Makefile
MODULE = wineoss.drv
|
|
IMPORTS = dxguid uuid winmm user32
|
|
|
|
C_SRCS = \
|
|
audio.c \
|
|
dscapture.c \
|
|
dsrender.c \
|
|
midi.c \
|
|
midipatch.c \
|
|
mixer.c \
|
|
mmaux.c \
|
|
oss.c
|
|
|
|
@MAKE_DLL_RULES@
|