comparison src/Make_vms.mms @ 826:1cdd2661f34c v7.0d01

updated for version 7.0d01
author vimboss
date Tue, 11 Apr 2006 21:38:50 +0000
parents 23f82b5d2814
children 8cd729851562
comparison
equal deleted inserted replaced
825:6675076019ae 826:1cdd2661f34c
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 Mar 31 5 # Last change: 2006 Apr 11
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:
42 # Please select one of these alternatives above. 42 # Please select one of these alternatives above.
43 MODEL = BIG 43 MODEL = BIG
44 44
45 # GUI or terminal mode executable. 45 # GUI or terminal mode executable.
46 # Comment out if you want just the character terminal mode only. 46 # Comment out if you want just the character terminal mode only.
47 # GUI with Motif
47 GUI = YES 48 GUI = YES
48 49
49 # GUI with GTK 50 # GUI with GTK
50 # If you have GTK installed you might want to enable this option. 51 # If you have GTK installed you might want to enable this option.
51 # GTK = YES 52 # GTK = YES
134 VIMLOC = "" 135 VIMLOC = ""
135 VIMRUN = "" 136 VIMRUN = ""
136 137
137 CONFIG_H = os_vms_conf.h 138 CONFIG_H = os_vms_conf.h
138 139
140 # GTK or XPM but not both
139 .IFDEF GTK 141 .IFDEF GTK
140 .IFDEF GUI 142 .IFDEF GUI
143 .ELSE
144 GUI = YES
145 .ENDIF
141 .IFDEF XPM 146 .IFDEF XPM
147 XPM = ""
148 .ENDIF
149 .ENDIF
150
151 .IFDEF XPM
152 .IFDEF GUI
142 .ELSE 153 .ELSE
143 GUI = YES 154 GUI = YES
144 .ENDIF 155 .ENDIF
156 .IFDEF GTK
157 GTK = ""
145 .ENDIF 158 .ENDIF
146 .ENDIF 159 .ENDIF
147 160
148 .IFDEF GUI 161 .IFDEF GUI
149 # X/Motif/GTK executable (also works in terminal mode ) 162 # X/Motif/GTK executable (also works in terminal mode )