comparison src/Make_cyg_ming.mak @ 7699:854302b82ff9 v7.4.1148

commit https://github.com/vim/vim/commit/e5f2be61595fbbba77261f3bf1e032fe03a1966d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 20:24:34 2016 +0100 patch 7.4.1148 Problem: Default for MingW and Cygwin is still "normal". Solution: Use "huge" as default. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Jan 2016 20:30:04 +0100
parents a865f9773cb2
children bce3b5ddb393
comparison
equal deleted inserted replaced
7698:0dc814ca4858 7699:854302b82ff9
37 # set to yes if you want to use DirectWrite (DirectX) 37 # set to yes if you want to use DirectWrite (DirectX)
38 # MinGW-w64 is needed, and ARCH should be set to i686 or x86-64. 38 # MinGW-w64 is needed, and ARCH should be set to i686 or x86-64.
39 DIRECTX=no 39 DIRECTX=no
40 # FEATURES=[TINY | SMALL | NORMAL | BIG | HUGE] 40 # FEATURES=[TINY | SMALL | NORMAL | BIG | HUGE]
41 # Set to TINY to make minimal version (few features). 41 # Set to TINY to make minimal version (few features).
42 FEATURES=BIG 42 FEATURES=HUGE
43 # Set to one of i386, i486, i586, i686 as the minimum target processor. 43 # Set to one of i386, i486, i586, i686 as the minimum target processor.
44 # For amd64/x64 architecture set ARCH=x86-64 . 44 # For amd64/x64 architecture set ARCH=x86-64 .
45 ARCH=i386 45 ARCH=i386
46 # Set to yes to cross-compile from unix; no=native Windows (and Cygwin). 46 # Set to yes to cross-compile from unix; no=native Windows (and Cygwin).
47 CROSS=no 47 CROSS=no