Skip to content
Snippets Groups Projects
Commit 7080b0c4 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

scale.o and xbr.o are (basically) required by bitmap now.

parent 5aae540a
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@ ifdef NO_X
else
OBJS += $(MTOBJODIR)$(DIRSEP)x_events$(OFILE) \
$(MTOBJODIR)$(DIRSEP)x_cio$(OFILE) \
$(MTOBJODIR)$(DIRSEP)scale$(OFILE) \
$(MTOBJODIR)$(DIRSEP)xbr$(OFILE)
NEED_BITMAP := 1
endif
......@@ -38,7 +36,9 @@ ifeq ($(shell if [ -e /usr/include/ncursesw/ncurses.h ] ; then echo YES ; fi),YE
endif
ifdef NEED_BITMAP
OBJS += $(MTOBJODIR)$(DIRSEP)bitmap_con$(OFILE)
OBJS += $(MTOBJODIR)$(DIRSEP)bitmap_con$(OFILE) \
$(MTOBJODIR)$(DIRSEP)scale$(OFILE) \
$(MTOBJODIR)$(DIRSEP)xbr$(OFILE)
endif
# CIOLIB Library Link Rule
......
......@@ -4,6 +4,5 @@ OBJS = $(MTOBJODIR)$(DIRSEP)ansi_cio$(OFILE)\
$(MTOBJODIR)$(DIRSEP)vidmodes$(OFILE)\
$(MTOBJODIR)$(DIRSEP)allfonts$(OFILE)\
$(MTOBJODIR)$(DIRSEP)mouse$(OFILE)\
$(MTOBJODIR)$(DIRSEP)scale$(OFILE)\
$(MTOBJODIR)$(DIRSEP)syncicon64$(OFILE)\
$(MTOBJODIR)$(DIRSEP)utf8_codepages$(OFILE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment