comparison src/Make_vms.mms @ 6448:e13f8073c9f9 v7.4.553

updated for version 7.4.553 Problem: Various small issues. Solution: Fix those issues.
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Dec 2014 14:36:14 +0100
parents 47a673b20e49
children bce3b5ddb393
comparison
equal deleted inserted replaced
6447:0550be8fc7f6 6448:e13f8073c9f9
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: 2014 Feb 24 5 # Last change: 2014 Aug 10
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:
307 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC)$(TCL_INC)) 307 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC)$(TCL_INC))
308 308
309 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ 309 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
310 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(SNIFF_LIB) $(RUBY_LIB) 310 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(SNIFF_LIB) $(RUBY_LIB)
311 311
312 SRC = blowfish.c buffer.c charset.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c \ 312 SRC = blowfish.c buffer.c charset.c crypt.c, crypt_zip.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c \
313 ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c fileio.c fold.c getchar.c \ 313 ex_docmd.c ex_eval.c ex_getln.c if_xcmdsrv.c fileio.c fold.c getchar.c \
314 hardcopy.c hashtab.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ 314 hardcopy.c hashtab.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
315 misc2.c move.c normal.c ops.c option.c popupmnu.c quickfix.c regexp.c search.c sha256.c\ 315 misc2.c move.c normal.c ops.c option.c popupmnu.c quickfix.c regexp.c search.c sha256.c\
316 spell.c syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \ 316 spell.c syntax.c tag.c term.c termlib.c ui.c undo.c version.c screen.c \
317 window.c os_unix.c os_vms.c pathdef.c \ 317 window.c os_unix.c os_vms.c pathdef.c \
318 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) $(SNIFF_SRC) \ 318 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) $(SNIFF_SRC) \
319 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) 319 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC)
320 320
321 OBJ = blowfish.obj buffer.obj charset.obj diff.obj digraph.obj edit.obj eval.obj \ 321 OBJ = blowfish.obj buffer.obj charset.obj crypt.obj, crypt_zip.obj diff.obj digraph.obj edit.obj eval.obj \
322 ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj \ 322 ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj \
323 if_xcmdsrv.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtab.obj main.obj mark.obj \ 323 if_xcmdsrv.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtab.obj main.obj mark.obj \
324 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \ 324 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \
325 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.obj quickfix.obj \ 325 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.obj quickfix.obj \
326 regexp.obj search.obj sha256.obj spell.obj syntax.obj tag.obj term.obj termlib.obj \ 326 regexp.obj search.obj sha256.obj spell.obj syntax.obj tag.obj term.obj termlib.obj \