Fix bincue support for sheepshaver

This commit is contained in:
heavysink 2022-08-07 18:36:17 -04:00
parent 4b1bc7c38c
commit 03ed87c966

View File

@ -105,6 +105,9 @@ define GUI_SRCS_LIST_TO_OBJS
$(basename $(notdir $(file)))))) $(basename $(notdir $(file))))))
endef endef
GUI_OBJS = $(GUI_SRCS_LIST_TO_OBJS) GUI_OBJS = $(GUI_SRCS_LIST_TO_OBJS)
ifeq ($(USE_BINCUE),yes)
GUI_OBJS += bincue.o
endif
define DYNGENSRCS_LIST_TO_OBJS define DYNGENSRCS_LIST_TO_OBJS
$(addprefix $(OBJ_DIR)/, $(addsuffix .dgo, $(foreach file, $(DYNGENSRCS), \ $(addprefix $(OBJ_DIR)/, $(addsuffix .dgo, $(foreach file, $(DYNGENSRCS), \