Moved vxd support to winedos.
[wine/wine64.git] / dlls / winedos / Makefile.in
blobecf0172da8d25593fc4228cb73c0aea346db695a
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)
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
13 SPEC_SRCS16 = wprocs.spec
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 relay.c \
50 soundblaster.c \
51 vga.c \
52 vxd.c \
53 xms.c
55 @MAKE_DLL_RULES@
57 ### Dependencies: