Implemented reading of *.lnk-files.
[wine/wine-kai.git] / msdos / Makefile.in
blob4507c2df818e2a8fb9b630c8cf08aa44a8bf9337
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = msdos
8 C_SRCS = \
9 dosconf.c \
10 dosmem.c \
11 dpmi.c \
12 xms.c \
13 int10.c \
14 int11.c \
15 int12.c \
16 int13.c \
17 int15.c \
18 int16.c \
19 int17.c \
20 int19.c \
21 int1a.c \
22 int20.c \
23 int21.c \
24 int25.c \
25 int26.c \
26 int29.c \
27 int2a.c \
28 int2f.c \
29 int3d.c \
30 int41.c \
31 int4b.c \
32 int5c.c \
33 interrupts.c \
34 ioports.c \
35 vxd.c
37 all: $(MODULE).o
39 @MAKE_RULES@
41 ### Dependencies: