mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
19 lines
270 B
Makefile
19 lines
270 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
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@
|