Added stubs for several VxDs / interrupts.
[wine] / msdos / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = msdos
7
8 C_SRCS = \
9         cdrom.c \
10         dosmem.c \
11         dpmi.c \
12         xms.c \
13         int10.c \
14         int11.c \
15         int12.c \
16         int13.c \
17         int15.c \
18         int16.c \
19         int17.c \
20         int19.c \
21         int1a.c \
22         int20.c \
23         int21.c \
24         int25.c \
25         int26.c \
26         int29.c \
27         int2a.c \
28         int2f.c \
29         int3d.c \
30         int41.c \
31         int4b.c \
32         int5c.c \
33         interrupts.c \
34         ioports.c \
35         vxd.c
36
37 all: $(MODULE).o
38
39 @MAKE_RULES@
40
41 ### Dependencies: