New internal dll, exporting already existing path functions.
[wine] / loader / dos / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = dos
7
8 C_SRCS = \
9         module.c \
10         dosvm.c
11
12 PROGRAMS = dosmod
13
14 all: $(MODULE).o $(PROGRAMS)
15
16 dosmod: dosmod.c
17         $(CC) $(ALLCFLAGS) -o dosmod $(SRCDIR)/dosmod.c
18
19 @MAKE_RULES@
20
21 ### Dependencies: