comparison src/Make_ming.mak @ 1201:4d2585cf5950

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 17:35:54 +0000
parents 6beb2c667935
children df6967461cef
comparison
equal deleted inserted replaced
1200:f58cb9bf1260 1201:4d2585cf5950
22 # updated 2003 Jan 20 22 # updated 2003 Jan 20
23 23
24 #>>>>> choose options: 24 #>>>>> choose options:
25 # set to yes for a debug build 25 # set to yes for a debug build
26 DEBUG=no 26 DEBUG=no
27 # set to SIZE for size, SPEED for speed, MAXSPEED for maximium optimization 27 # set to SIZE for size, SPEED for speed, MAXSPEED for maximum optimization
28 OPTIMIZE=MAXSPEED 28 OPTIMIZE=MAXSPEED
29 # set to yes to make gvim, no for vim 29 # set to yes to make gvim, no for vim
30 GUI=yes 30 GUI=yes
31 # FEATURES=[TINY | SMALL | NORMAL | BIG | HUGE] 31 # FEATURES=[TINY | SMALL | NORMAL | BIG | HUGE]
32 # set to TINY to make minimal version (few features) 32 # set to TINY to make minimal version (few features)