quartz: Remove dead code from DSoundRender.
[wine/wine64.git] / dlls / winedos / Makefile.in
blob50ce888f0a9128a852c8cd0d6d9446072f0946b6
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winedos.dll
6 IMPORTLIB = winedos
7 IMPORTS = user32 kernel32 ntdll
9 SPEC_SRCS16 = wprocs.spec
11 C_SRCS = \
12 devices.c \
13 dma.c \
14 dosaspi.c \
15 dosconf.c \
16 dosmem.c \
17 dosvm.c \
18 fpu.c \
19 himem.c \
20 int09.c \
21 int10.c \
22 int13.c \
23 int15.c \
24 int16.c \
25 int21.c \
26 int25.c \
27 int26.c \
28 int2f.c \
29 int31.c \
30 int33.c \
31 int67.c \
32 interrupts.c \
33 ioports.c \
34 module.c \
35 ppdev.c \
36 relay.c \
37 soundblaster.c \
38 timer.c \
39 vga.c \
40 vxd.c \
41 xms.c
43 @MAKE_DLL_RULES@
45 @DEPENDENCIES@ # everything below this line is overwritten by make depend