When entering protected mode, V86 flag must be clear.
[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 ALTNAMES  = wprocs.dll
8 EXTRALIBS = $(LIBUNICODE)
9
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
12
13 SPEC_SRCS16 = wprocs.spec
14
15 C_SRCS = \
16         devices.c \
17         dma.c \
18         dosaspi.c \
19         dosconf.c \
20         dosvm.c \
21         fpu.c \
22         himem.c \
23         int09.c \
24         int10.c \
25         int11.c \
26         int12.c \
27         int13.c \
28         int15.c \
29         int16.c \
30         int17.c \
31         int19.c \
32         int1a.c \
33         int20.c \
34         int21.c \
35         int25.c \
36         int26.c \
37         int29.c \
38         int2a.c \
39         int2f.c \
40         int31.c \
41         int33.c \
42         int41.c \
43         int4b.c \
44         int5c.c \
45         int67.c \
46         interrupts.c \
47         ioports.c \
48         module.c \
49         ppdev.c \
50         relay.c \
51         soundblaster.c \
52         timer.c \
53         vga.c \
54         vxd.c \
55         xms.c
56
57 @MAKE_DLL_RULES@
58
59 ### Dependencies: