comparison src/Make_vms.mms @ 1709:71eaeb69efe4 v7.2.007

updated for version 7.2-007
author vimboss
date Mon, 01 Sep 2008 14:51:37 +0000
parents d065616e0836
children 33148c37f3c9
comparison
equal deleted inserted replaced
1708:33d28f1c4d1d 1709:71eaeb69efe4
1 # 1 #
2 # Makefile for Vim on OpenVMS 2 # Makefile for Vim on OpenVMS
3 # 3 #
4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> 4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
5 # Last change: 2007 Oct 22 5 # Last change: 2008 Aug 16
6 # 6 #
7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64 7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
8 # with MMS and MMK 8 # with MMS and MMK
9 # 9 #
10 # The following could be built: 10 # The following could be built:
34 # SMALL - Few features enabled, as basic as possible 34 # SMALL - Few features enabled, as basic as possible
35 # NORMAL - A default selection of features enabled 35 # NORMAL - A default selection of features enabled
36 # BIG - Many features enabled, as rich as possible. (default) 36 # BIG - Many features enabled, as rich as possible. (default)
37 # HUGE - All possible featues enabled. 37 # HUGE - All possible featues enabled.
38 # Please select one of these alternatives above. 38 # Please select one of these alternatives above.
39 MODEL = BIG 39 MODEL = HUGE
40 40
41 # GUI or terminal mode executable. 41 # GUI or terminal mode executable.
42 # Comment out if you want just the character terminal mode only. 42 # Comment out if you want just the character terminal mode only.
43 # GUI with Motif 43 # GUI with Motif
44 GUI = YES 44 GUI = YES