From e5f2be61595fbbba77261f3bf1e032fe03a1966d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Jan 2016 20:24:34 +0100 Subject: patch 7.4.1148 Problem: Default for MingW and Cygwin is still "normal". Solution: Use "huge" as default. (Ken Takata) --- src/Make_mvc.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Make_mvc.mak') diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index df5a748ce..217df5710 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -20,7 +20,7 @@ # # !!!! After changing features do "nmake clean" first !!!! # -# Feature Set: FEATURES=[TINY, SMALL, NORMAL, BIG, HUGE] (default is BIG) +# Feature Set: FEATURES=[TINY, SMALL, NORMAL, BIG, HUGE] (default is HUGE) # # GUI interface: GUI=yes (default is no) # @@ -950,7 +950,7 @@ CFLAGS = $(CFLAGS) -DMSWINPS # FEATURES: TINY, SMALL, NORMAL, BIG or HUGE # !if "$(FEATURES)"=="" -FEATURES = BIG +FEATURES = HUGE !endif CFLAGS = $(CFLAGS) -DFEAT_$(FEATURES) -- cgit v1.2.1