mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
31 lines
403 B
Makefile
31 lines
403 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winedos.dll
|
|
IMPORTS = user32.dll kernel32.dll ntdll.dll
|
|
|
|
C_SRCS = \
|
|
dosaspi.c \
|
|
devices.c \
|
|
dosvm.c \
|
|
int09.c \
|
|
int10.c \
|
|
int16.c \
|
|
int17.c \
|
|
int19.c \
|
|
int20.c \
|
|
int21.c \
|
|
int29.c \
|
|
int31.c \
|
|
int33.c \
|
|
int67.c \
|
|
ioports.c \
|
|
module.c \
|
|
vga.c \
|
|
xms.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|