You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
794 B
52 lines
794 B
ASM_DEFINES = $(WINNT_VER) $(CHIP_DEFINES)
|
|
|
|
|
|
i386_SOURCES = i386\text.asm \
|
|
i386\patblt.asm \
|
|
i386\i386Brus.asm \
|
|
color.c \
|
|
debug.c \
|
|
enable.c \
|
|
palette.c \
|
|
pattern.c \
|
|
pointer.c \
|
|
screen.c \
|
|
paint.c \
|
|
path.c \
|
|
bitblt.c \
|
|
brush.c \
|
|
copybits.c \
|
|
dev2dev.c \
|
|
host2scn.c \
|
|
memmgr.c \
|
|
mmcore.c \
|
|
textout.c \
|
|
ssbits.c \
|
|
sync.c \
|
|
stretch.c \
|
|
hdtable.c \
|
|
strips.c \
|
|
bltmm.c \
|
|
fastfill.c \
|
|
fillpath.c \
|
|
lines.c \
|
|
stroke.c \
|
|
ddraw.c \
|
|
ddblt.c \
|
|
blt_dir.c \
|
|
blt_dl.c \
|
|
ddflip.c \
|
|
ddsurf.c \
|
|
lineto.c \
|
|
xlate.c \
|
|
logfile.c \
|
|
pwrmgr.c \
|
|
overlay.c \
|
|
5465over.c \
|
|
5465bw.c \
|
|
blt65.c \
|
|
framebuf.rc
|
|
|
|
PRECOMPILED_INCLUDE = precomp.h
|
|
PRECOMPILED_PCH = precomp.pch
|
|
PRECOMPILED_OBJ = precomp.obj
|