comparison src/Make_vms.mms @ 1431:d065616e0836 v7.1.146

updated for version 7.1-146
author vimboss
date Mon, 29 Oct 2007 21:38:54 +0000
parents dc65bb5de20e
children 71eaeb69efe4
comparison
equal deleted inserted replaced
1430:342cf2a9f5cc 1431:d065616e0836
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 May 07 5 # Last change: 2007 Oct 22
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:
94 94
95 # Compiler setup 95 # Compiler setup
96 96
97 .IFDEF MMSVAX 97 .IFDEF MMSVAX
98 .IFDEF DECC # VAX with DECC 98 .IFDEF DECC # VAX with DECC
99 CC_DEF = cc # /decc # some system requires this switch 99 CC_DEF = cc # /decc # some system requires this switch but when it is not required /ver might fail
100 # but when it is not required /ver might fail
101 PREFIX = /prefix=all 100 PREFIX = /prefix=all
102 .ELSE # VAX with VAXC 101 .ELSE # VAX with VAXC
103 CC_DEF = cc 102 CC_DEF = cc
104 PREFIX = 103 PREFIX =
105 CCVER = 104 CCVER =