From 03ed87c96634eef6e3bf64c230790fed2bad0234 Mon Sep 17 00:00:00 2001 From: heavysink Date: Sun, 7 Aug 2022 18:36:17 -0400 Subject: [PATCH] Fix bincue support for sheepshaver --- SheepShaver/src/Unix/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SheepShaver/src/Unix/Makefile.in b/SheepShaver/src/Unix/Makefile.in index 88ef3394..05113f4a 100644 --- a/SheepShaver/src/Unix/Makefile.in +++ b/SheepShaver/src/Unix/Makefile.in @@ -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), \