Move simple interrupt handlers to winedos.
[wine/multimedia.git] / dlls / winedos / Makefile.in
blob08157fd7692c5f141e09cd39d3c027f79dc7c5d8
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winedos.dll
6 IMPORTS = user32 kernel32 ntdll
7 ALTNAMES = winedos16.dll
8 EXTRALIBS = $(LIBUNICODE)
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
13 C_SRCS = \
14 devices.c \
15 dma.c \
16 dosaspi.c \
17 dosvm.c \
18 fpu.c \
19 int09.c \
20 int10.c \
21 int12.c \
22 int13.c \
23 int16.c \
24 int17.c \
25 int19.c \
26 int1a.c \
27 int20.c \
28 int21.c \
29 int29.c \
30 int2a.c \
31 int31.c \
32 int33.c \
33 int41.c \
34 int4b.c \
35 int67.c \
36 interrupts.c \
37 ioports.c \
38 module.c \
39 soundblaster.c \
40 vga.c \
41 xms.c
43 @MAKE_DLL_RULES@
45 ### Dependencies: