Fixed non-x86 DOSVM_Wait prototype.
[wine] / dlls / winedos / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winedos.dll
6 IMPORTS   = user32 advapi32 kernel32 ntdll
7 EXTRALIBS = $(LIBUNICODE)
8
9 LDDLLFLAGS = @LDDLLFLAGS@
10 SYMBOLFILE = $(MODULE).tmp.o
11
12 C_SRCS = \
13         devices.c \
14         dma.c \
15         dosaspi.c \
16         dosconf.c \
17         dosvm.c \
18         fpu.c \
19         himem.c \
20         int09.c \
21         int10.c \
22         int11.c \
23         int12.c \
24         int13.c \
25         int15.c \
26         int16.c \
27         int17.c \
28         int19.c \
29         int1a.c \
30         int20.c \
31         int21.c \
32         int25.c \
33         int26.c \
34         int29.c \
35         int2a.c \
36         int2f.c \
37         int31.c \
38         int33.c \
39         int41.c \
40         int4b.c \
41         int5c.c \
42         int67.c \
43         interrupts.c \
44         ioports.c \
45         module.c \
46         relay.c \
47         soundblaster.c \
48         vga.c \
49         xms.c
50
51 @MAKE_DLL_RULES@
52
53 ### Dependencies: