mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 13:26:00 +00:00
15 lines
185 B
Makefile
15 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@
|