- make SHGetFileInfo handle relative paths
[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         dosvm.c \
17         fpu.c \
18         himem.c \
19         int09.c \
20         int10.c \
21         int11.c \
22         int12.c \
23         int13.c \
24         int15.c \
25         int16.c \
26         int17.c \
27         int19.c \
28         int1a.c \
29         int20.c \
30         int21.c \
31         int25.c \
32         int26.c \
33         int29.c \
34         int2a.c \
35         int2f.c \
36         int31.c \
37         int33.c \
38         int41.c \
39         int4b.c \
40         int5c.c \
41         int67.c \
42         interrupts.c \
43         ioports.c \
44         module.c \
45         relay.c \
46         soundblaster.c \
47         vga.c \
48         xms.c
49
50 @MAKE_DLL_RULES@
51
52 ### Dependencies: