wine/dlls/winmm/wineoss/Makefile.in
Robert Reif 0e3c524f4c Split up audio.c into three separate .c files:
audio.c: OSS functions and waveIn and waveOut driver functions.
dscapture.c: direct sound capture driver implementation.
dsrender.c: direct sound renderer driver implementation.
2004-10-26 22:04:55 +00:00

22 lines
317 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = wineoss.drv
IMPORTS = winmm user32 kernel32
EXTRALIBS = -ldxguid -luuid
C_SRCS = \
audio.c \
dscapture.c \
dsrender.c \
midi.c \
midipatch.c \
mixer.c \
mmaux.c \
oss.c
@MAKE_DLL_RULES@
### Dependencies: