summaryrefslogtreecommitdiffstats
path: root/src/Make_vms.mms
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-09-01 14:51:37 +0000
committerBram Moolenaar <Bram@vim.org>2008-09-01 14:51:37 +0000
commitac98e5db6e5486416966fc842a2d82394f0d4a7a (patch)
tree0c206c01c5f16c49eff349d8a8d45bccca01e2b6 /src/Make_vms.mms
parent12b87e55bad8a9fb51b48dcf6e0287a5b62450b3 (diff)
updated for version 7.2-007v7.2.007
Diffstat (limited to 'src/Make_vms.mms')
-rw-r--r--src/Make_vms.mms4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Make_vms.mms b/src/Make_vms.mms
index 8c5f74edd0..0519d7b6f9 100644
--- a/src/Make_vms.mms
+++ b/src/Make_vms.mms
@@ -2,7 +2,7 @@
# Makefile for Vim on OpenVMS
#
# Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
-# Last change: 2007 Oct 22
+# Last change: 2008 Aug 16
#
# This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
# with MMS and MMK
@@ -36,7 +36,7 @@ DECC = YES
# BIG - Many features enabled, as rich as possible. (default)
# HUGE - All possible featues enabled.
# Please select one of these alternatives above.
-MODEL = BIG
+MODEL = HUGE
# GUI or terminal mode executable.
# Comment out if you want just the character terminal mode only.