projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
server: Implement server-side completion queues and operations on them.
[wine]
/
dlls
/
wineoss.drv
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wineoss.drv
6
IMPORTS = winmm user32 kernel32
7
EXTRALIBS = -ldxguid -luuid
8
9
C_SRCS = \
10
audio.c \
11
dscapture.c \
12
dsrender.c \
13
midi.c \
14
midipatch.c \
15
mixer.c \
16
mmaux.c \
17
oss.c
18
19
@MAKE_DLL_RULES@
20
21
@DEPENDENCIES@ # everything below this line is overwritten by make depend