Removed special CoCreateClassObject and use ole functions instead.
[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         devices.c \
10         dosconf.c \
11         dosmem.c \
12         dpmi.c \
13         xms.c \
14         int09.c \
15         int10.c \
16         int11.c \
17         int12.c \
18         int13.c \
19         int15.c \
20         int16.c \
21         int17.c \
22         int19.c \
23         int1a.c \
24         int20.c \
25         int21.c \
26         int25.c \
27         int26.c \
28         int29.c \
29         int2a.c \
30         int2f.c \
31         int33.c \
32         int3d.c \
33         int41.c \
34         int4b.c \
35         int5c.c \
36         interrupts.c \
37         ioports.c \
38         vxd.c
39
40 all: $(MODULE).o
41
42 @MAKE_RULES@
43
44 ### Dependencies: