Do not use ncurses as default.
This commit is contained in:
parent
a3c9a7a159
commit
c3864162c8
10
GNUmakef.def
10
GNUmakef.def
@ -51,11 +51,11 @@ CFLAGS+=-g -funsigned-char $(INCS) -Wall -Wno-sign-compare -pedantic -O2# -fomit
|
|||||||
LNKFLAGS+=-g
|
LNKFLAGS+=-g
|
||||||
CPPFLAGS+=$(CFLAGS) -fno-exceptions -fno-rtti
|
CPPFLAGS+=$(CFLAGS) -fno-exceptions -fno-rtti
|
||||||
|
|
||||||
# comment following lines if you dislike ncurses
|
# uncomment following lines if you like ncurses
|
||||||
ifeq ($(PLATFORM),lnx)
|
# ifeq ($(PLATFORM),lnx)
|
||||||
CPPFLAGS+=-D__USE_NCURSES__
|
# CPPFLAGS+=-D__USE_NCURSES__
|
||||||
STDLIBS+=-lncurses
|
# STDLIBS+=-lncurses
|
||||||
endif
|
# endif
|
||||||
|
|
||||||
# force not to use coprocessor features in DOS, if you have one you may remove this
|
# force not to use coprocessor features in DOS, if you have one you may remove this
|
||||||
ifeq ($(PLATFORM),djg)
|
ifeq ($(PLATFORM),djg)
|
||||||
|
Reference in New Issue
Block a user