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

Bah, gmake.

parent dca879a3
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2187 passed
...@@ -14,8 +14,8 @@ endif ...@@ -14,8 +14,8 @@ endif
ifdef NO_X ifdef NO_X
CFLAGS += -DNO_X CFLAGS += -DNO_X
else else
OBJS += $(MTOBJODIR)$(DIRSEP)x_events$(OFILE) \ OBJS += $(MTOBJODIR)$(DIRSEP)x_events$(OFILE)
$(MTOBJODIR)$(DIRSEP)x_cio$(OFILE) \ OBJS += $(MTOBJODIR)$(DIRSEP)x_cio$(OFILE)
NEED_BITMAP := 1 NEED_BITMAP := 1
endif endif
...@@ -36,9 +36,9 @@ ifeq ($(shell if [ -e /usr/include/ncursesw/ncurses.h ] ; then echo YES ; fi),YE ...@@ -36,9 +36,9 @@ ifeq ($(shell if [ -e /usr/include/ncursesw/ncurses.h ] ; then echo YES ; fi),YE
endif endif
ifdef NEED_BITMAP ifdef NEED_BITMAP
OBJS += $(MTOBJODIR)$(DIRSEP)bitmap_con$(OFILE) \ OBJS += $(MTOBJODIR)$(DIRSEP)bitmap_con$(OFILE)
$(MTOBJODIR)$(DIRSEP)scale$(OFILE) \ OBJS += $(MTOBJODIR)$(DIRSEP)scale$(OFILE)
$(MTOBJODIR)$(DIRSEP)xbr$(OFILE) OBJS += $(MTOBJODIR)$(DIRSEP)xbr$(OFILE)
endif endif
# CIOLIB Library Link Rule # CIOLIB Library Link Rule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment