comparison src/Make_vms.mms @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents 1cdd2661f34c
children 7f01e52cc97a
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
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: 2006 Apr 11 5 # Last change: 2006 Apr 30
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:
98 # Compiler setup 98 # Compiler setup
99 99
100 .IFDEF VAX 100 .IFDEF VAX
101 .IFDEF DECC # VAX with DECC 101 .IFDEF DECC # VAX with DECC
102 CC_DEF = cc # /decc # some system requires this switch 102 CC_DEF = cc # /decc # some system requires this switch
103 # but when it is not required /ver might fail 103 # but when it is not required /ver might fail
104 PREFIX = /prefix=all 104 PREFIX = /prefix=all
105 .ELSE # VAX with VAXC 105 .ELSE # VAX with VAXC
106 CC_DEF = cc 106 CC_DEF = cc
107 PREFIX = 107 PREFIX =
108 CCVER = 108 CCVER =
389 .IFDEF MOTIF 389 .IFDEF MOTIF
390 motif_env : 390 motif_env :
391 .IFDEF XPM 391 .IFDEF XPM
392 -@ write sys$output "using DECW/Motif/XPM environment." 392 -@ write sys$output "using DECW/Motif/XPM environment."
393 .ELSE 393 .ELSE
394 -@ write sys$output "using DECW/Motif environment." 394 -@ write sys$output "using DECW/Motif environment."
395 .ENDIF 395 .ENDIF
396 -@ write sys$output "creating OS_VMS_MOTIF.OPT file." 396 -@ write sys$output "creating OS_VMS_MOTIF.OPT file."
397 -@ open/write opt_file OS_VMS_MOTIF.OPT 397 -@ open/write opt_file OS_VMS_MOTIF.OPT
398 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-" 398 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-"
399 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-" 399 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-"