mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-03 07:34:19 +00:00
Fix bincue support for sheepshaver
This commit is contained in:
parent
4b1bc7c38c
commit
03ed87c966
@ -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), \
|
||||
|
Loading…
x
Reference in New Issue
Block a user