From c3864162c8d81608db4f85ff5a429fdba471e366 Mon Sep 17 00:00:00 2001 From: ainmarh <> Date: Fri, 9 Mar 2001 08:21:24 +0000 Subject: [PATCH] Do not use ncurses as default. --- GNUmakef.def | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GNUmakef.def b/GNUmakef.def index 0d5cc93..1cdb72e 100644 --- a/GNUmakef.def +++ b/GNUmakef.def @@ -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)