Fix bincue support for sheepshaver

This commit is contained in:
heavysink 2022-08-07 18:36:17 -04:00
parent 4b1bc7c38c
commit 03ed87c966
1 changed files with 3 additions and 0 deletions

View File

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