From 6759df5ead2ad3b8fc09f915d87afa384525accc Mon Sep 17 00:00:00 2001 From: sezero Date: Thu, 9 Aug 2018 16:10:50 +0300 Subject: [PATCH] cvg, makefile.linux: remove fxremap.o from objects. fxremap() is called only in dos and windows builds. --- glide3x/cvg/glide3/src/makefile.linux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glide3x/cvg/glide3/src/makefile.linux b/glide3x/cvg/glide3/src/makefile.linux index e0a1b02..8fa3f7e 100644 --- a/glide3x/cvg/glide3/src/makefile.linux +++ b/glide3x/cvg/glide3/src/makefile.linux @@ -207,8 +207,9 @@ GLIDE_OBJECTS += \ ../../init/sli.o \ ../../init/sst1init.o \ ../../init/util.o \ - ../../init/video.o \ - ../../init/fxremap.o + ../../init/video.o +# fxremap() not called only in linux builds. +# ../../init/fxremap.o # FIXME: needed for now to match the old library signature, should be checked # if it's really needed.