Sweden-Number/dlls/winedos/Makefile.in

58 lines
751 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winedos.dll
IMPORTLIB = libwinedos.$(IMPLIBEXT)
IMPORTS = user32 advapi32 kernel32 ntdll
EXTRALIBS = $(LIBUNICODE)
2003-05-16 01:25:49 +02:00
SPEC_SRCS16 = wprocs.spec
C_SRCS = \
devices.c \
2002-05-16 20:34:48 +02:00
dma.c \
dosaspi.c \
2003-04-22 01:22:53 +02:00
dosconf.c \
2005-05-10 17:22:09 +02:00
dosmem.c \
dosvm.c \
fpu.c \
2002-12-02 22:39:58 +01:00
himem.c \
int09.c \
int10.c \
int11.c \
int12.c \
int13.c \
int15.c \
int16.c \
int17.c \
int19.c \
int1a.c \
int20.c \
int21.c \
int25.c \
int26.c \
int29.c \
int2a.c \
int2f.c \
int31.c \
int33.c \
int41.c \
int4b.c \
int5c.c \
2002-01-29 18:55:21 +01:00
int67.c \
interrupts.c \
ioports.c \
module.c \
ppdev.c \
relay.c \
2002-05-16 20:34:48 +02:00
soundblaster.c \
timer.c \
vga.c \
2003-05-16 01:25:49 +02:00
vxd.c \
xms.c
@MAKE_DLL_RULES@
### Dependencies: