Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
dca879a34bdac1359029cfaf470e70f8bbc3e9c2...be2e8513d81dca8ac95008e728fed6351a16d31e
Commits (1)
Bah, gmake.
· be2e8513
Deucе
authored
May 14, 2021
be2e8513
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/conio/GNUmakefile
src/conio/GNUmakefile
+5
-5
No files found.
src/conio/GNUmakefile
View file @
be2e8513
...
@@ -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
...
...