comparison src/Make_vms.mms @ 18174:1ec6539cef68 v8.1.2082

patch 8.1.2082: some files have a weird name to fit in 8.3 characters Commit: https://github.com/vim/vim/commit/30e8e73506e4522ef4aebf7d525c0e6ffe8805fd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 13:08:36 2019 +0200 patch 8.1.2082: some files have a weird name to fit in 8.3 characters Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 13:15:03 +0200
parents 6e53d83e021d
children e2be5a6485f5
comparison
equal deleted inserted replaced
18173:f046fb05b08f 18174:1ec6539cef68
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: 2019 Sep 04 5 # Last change: 2019 Sep 27
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:
316 if_cscope.c if_xcmdsrv.c fileio.c filepath.c, findfile.c fold.c \ 316 if_cscope.c if_xcmdsrv.c fileio.c filepath.c, findfile.c fold.c \
317 getchar.c hardcopy.c hashtab.c highlight.c \ 317 getchar.c hardcopy.c hashtab.c highlight.c \
318 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \ 318 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \
319 memfile.c memline.c message.c misc1.c misc2.c mouse.c move.c normal.c \ 319 memfile.c memline.c message.c misc1.c misc2.c mouse.c move.c normal.c \
320 ops.c \ 320 ops.c \
321 option.c optionstr.c popupmnu.c popupwin.c profiler.c quickfix.c \ 321 option.c optionstr.c popupmenu.c popupwin.c profiler.c quickfix.c \
322 regexp.c register.c scriptfile.c \ 322 regexp.c register.c scriptfile.c \
323 search.c session.c sha256.c sign.c spell.c spellfile.c spellsuggest.c \ 323 search.c session.c sha256.c sign.c spell.c spellfile.c spellsuggest.c \
324 syntax.c tag.c \ 324 syntax.c tag.c \
325 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \ 325 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \
326 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \ 326 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \
338 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 338 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
339 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \ 339 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \
340 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \ 340 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \
341 misc1.obj misc2.obj mouse.obj move.obj mbyte.obj normal.obj ops.obj \ 341 misc1.obj misc2.obj mouse.obj move.obj mbyte.obj normal.obj ops.obj \
342 option.obj \ 342 option.obj \
343 optionstr.obj popupmnu.obj popupwin.obj profiler.obj quickfix.obj \ 343 optionstr.obj popupmenu.obj popupwin.obj profiler.obj quickfix.obj \
344 regexp.obj register.obj scriptfile.obj \ 344 regexp.obj register.obj scriptfile.obj \
345 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \ 345 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \
346 spellsuggest.obj syntax.obj tag.obj term.obj termlib.obj testing.obj \ 346 spellsuggest.obj syntax.obj tag.obj term.obj termlib.obj testing.obj \
347 textprop.obj \ 347 textprop.obj \
348 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \ 348 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \
735 globals.h os_unixx.h 735 globals.h os_unixx.h
736 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \ 736 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \
737 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 737 ascii.h keymap.h term.h macros.h structs.h regexp.h \
738 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 738 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
739 globals.h 739 globals.h
740 popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \ 740 popupmenu.obj : popupmenu.c vim.h [.auto]config.h feature.h os_unix.h \
741 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 741 ascii.h keymap.h term.h macros.h structs.h regexp.h \
742 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 742 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
743 globals.h 743 globals.h
744 popupwin.obj : popupwin.c vim.h [.auto]config.h feature.h os_unix.h \ 744 popupwin.obj : popupwin.c vim.h [.auto]config.h feature.h os_unix.h \
745 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 745 ascii.h keymap.h term.h macros.h structs.h regexp.h \