Add stub for __lconv_init().
[wine/multimedia.git] / msdos / Makefile.in
blob4fc628b3d8cd3ad4cde664ab3afeb0e856d677bf
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 int11.c \
13 int12.c \
14 int13.c \
15 int15.c \
16 int1a.c \
17 int20.c \
18 int21.c \
19 int25.c \
20 int26.c \
21 int2a.c \
22 int2f.c \
23 int3d.c \
24 int41.c \
25 int4b.c \
26 int5c.c \
27 interrupts.c \
28 ioports.c \
29 ppdev.c \
30 vxd.c
32 all: $(MODULE).o
34 @MAKE_RULES@
36 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
37 $(LDCOMBINE) $(OBJS) -o $@
39 ### Dependencies: