diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-05 20:41:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-05 20:41:53 +0000 |
commit | 910f66f90c928da8b607ccfdc12fc33d9cb8d4a9 (patch) | |
tree | 152a03d1d7ea3e8d433addba4f463d8a7a68a5fd /src/Make_vms.mms | |
parent | e2f98b95c8071f772695602cd4f714dc588eb8e7 (diff) | |
download | vim-910f66f90c928da8b607ccfdc12fc33d9cb8d4a9.zip |
updated for version 7.0c10
Diffstat (limited to 'src/Make_vms.mms')
-rw-r--r-- | src/Make_vms.mms | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/Make_vms.mms b/src/Make_vms.mms index 89b56afe4..557cb6da4 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: 2006 Mar 24 +# Last change: 2006 Mar 31 # # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64 # with MMS and MMK @@ -98,7 +98,8 @@ CCVER = YES .IFDEF VAX .IFDEF DECC # VAX with DECC -CC_DEF = cc/decc +CC_DEF = cc # /decc # some system requires this switch + # but when it is not required /ver might fail PREFIX = /prefix=all .ELSE # VAX with VAXC CC_DEF = cc @@ -148,10 +149,11 @@ GUI = YES # X/Motif/GTK executable (also works in terminal mode ) .IFDEF GTK -# define GTK root directory +# NOTE: you need to set up your GTK_DIR (GTK root directory), because it is +# unique on every system - logicals are not accepted # please note: directory should end with . in order to /trans=conc work -# example: GTK_DIR = $1$DGA104:[USERS.ZAY.WORK.GTK1210.] -GTK_DIR = ALPHA$DKA0:[GTK128.] +# Example: GTK_DIR = $1$DGA104:[USERS.ZAY.WORK.GTK1210.] +GTK_DIR = DKA0:[GTK1210.] DEFS = "HAVE_CONFIG_H","FEAT_GUI_GTK" LIBS = ,OS_VMS_GTK.OPT/OPT GUI_FLAG = /name=(as_is,short)/float=ieee/ieee=denorm |