Do not use ncurses as default.

This commit is contained in:
ainmarh 2001-03-09 08:21:24 +00:00
parent a3c9a7a159
commit c3864162c8

View File

@ -51,11 +51,11 @@ CFLAGS+=-g -funsigned-char $(INCS) -Wall -Wno-sign-compare -pedantic -O2# -fomit
LNKFLAGS+=-g
CPPFLAGS+=$(CFLAGS) -fno-exceptions -fno-rtti
# comment following lines if you dislike ncurses
ifeq ($(PLATFORM),lnx)
CPPFLAGS+=-D__USE_NCURSES__
STDLIBS+=-lncurses
endif
# uncomment following lines if you like ncurses
# ifeq ($(PLATFORM),lnx)
# CPPFLAGS+=-D__USE_NCURSES__
# STDLIBS+=-lncurses
# endif
# force not to use coprocessor features in DOS, if you have one you may remove this
ifeq ($(PLATFORM),djg)