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
Commits
be2e8513
Commit
be2e8513
authored
May 14, 2021
by
Deucе
👌🏾
Browse files
Bah, gmake.
parent
dca879a3
Pipeline
#2187
passed with stage
in 9 minutes and 14 seconds
Changes
1
Pipelines
1
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment