37 lines
500 B
Makefile
37 lines
500 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winedos.dll
|
|
IMPORTS = user32 kernel32 ntdll
|
|
EXTRALIBS = $(LIBUNICODE)
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
C_SRCS = \
|
|
devices.c \
|
|
dma.c \
|
|
dosaspi.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 \
|
|
soundblaster.c \
|
|
vga.c \
|
|
xms.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|