mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 17:56:51 +00:00
0e3c524f4c
audio.c: OSS functions and waveIn and waveOut driver functions. dscapture.c: direct sound capture driver implementation. dsrender.c: direct sound renderer driver implementation.
22 lines
317 B
Makefile
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:
|