wined3d: Make use of the texUnitMap in drawStridedSlow as well.
[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         mixer.c \
14         waveinit.c \
15         wavein.c \
16         waveout.c
17
18 @MAKE_DLL_RULES@
19
20 @DEPENDENCIES@  # everything below this line is overwritten by make depend