glide2x, sst1, makefile.linux: gxdraw.c is needed even with USE_X86=1.

This commit is contained in:
sezero
2018-08-18 12:30:50 +03:00
parent e42511abcc
commit 3a00e0af75

View File

@@ -167,6 +167,9 @@ GLIDE_OBJECTS = \
gtex.o \
gtexdl.o \
gutex.o \
gxdraw.o
GLIDE_OBJECTS += \
cpuid.o
ifeq ($(USE_X86),1)
@@ -177,9 +180,6 @@ else
GLIDE_OBJECTS += \
xdraw96.o
endif
else
GLIDE_OBJECTS += \
gxdraw.o
endif
ifeq ($(FX_GLIDE_HW),sst96)