File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ FEATURES=HUGE
4747# Set to yes to cross-compile from unix; no=native Windows (and Cygwin).
4848CROSS =no
4949# Set to path to iconv.h and libiconv.a to enable using 'iconv.dll'.
50+ # Use "yes" when the path does not need to be define.
5051# ICONV="."
5152ICONV =yes
5253GETTEXT =yes
7475CHANNEL =$(GUI )
7576endif
7677# Set to yes to enable terminal support.
78+ ifeq (HUGE, $(FEATURES ) )
79+ TERMINAL =yes
80+ else
7781TERMINAL =no
82+ endif
7883
7984ifndef CTAGS
8085# this assumes ctags is Exuberant ctags
Original file line number Diff line number Diff line change 3737# is yes)
3838# Global IME support: GIME=yes (requires GUI=yes)
3939#
40- # Terminal support: TERMINAL=yes (default is no )
40+ # Terminal support: TERMINAL=yes (default is yes )
4141#
4242# Lua interface:
4343# LUA=[Path to Lua directory]
@@ -361,6 +361,14 @@ CSCOPE_OBJ = $(OBJDIR)/if_cscope.obj
361361CSCOPE_DEFS = -DFEAT_CSCOPE
362362!endif
363363
364+ !ifndef TERMINAL
365+ !if "$(FEATURES)"=="HUGE"
366+ TERMINAL = yes
367+ !else
368+ TERMINAL = no
369+ !endif
370+ !endif
371+
364372!if "$(TERMINAL)" == "yes"
365373TERM_OBJ = \
366374 $(OBJDIR ) /terminal.obj \
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761761
762762static int included_patches [] =
763763{ /* Add new patch number below this line */
764+ /**/
765+ 1192 ,
764766/**/
765767 1191 ,
766768/**/
You can’t perform that action at this time.
0 commit comments