projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added support for multiple direct sound devices.
[wine]
/
dlls
/
winmm
/
winealsa
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winealsa.drv
6
IMPORTS = winmm user32 kernel32 ntdll
7
EXTRALIBS = $(LIBUUID) @ALSALIBS@
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
audio.c \
14
audio_05.c \
15
alsa.c
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies: