projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hhctrl.ocx: Resize tab control in Child's WM_SIZE handler.
[wine]
/
dlls
/
winealsa.drv
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winealsa.drv
6
IMPORTS = winmm user32 advapi32 kernel32 ntdll
7
EXTRALIBS = -ldxguid -luuid @ALSALIBS@
8
9
C_SRCS = \
10
alsa.c \
11
dsoutput.c \
12
midi.c \
13
waveinit.c \
14
wavein.c \
15
waveout.c
16
17
@MAKE_DLL_RULES@
18
19
@DEPENDENCIES@ # everything below this line is overwritten by make depend