Separated the MZ loader and core DOS VM into dlls/winedos.
[wine] / dlls / winedos / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winedos
6 SOVERSION = 1.0
7 IMPORTS   = user32 kernel32 ntdll
8
9 C_SRCS = \
10         dosvm.c \
11         module.c
12
13 @MAKE_DLL_RULES@
14
15 ### Dependencies: