comparison src/Make_vms.mms @ 16632:30de89c1d090 v8.1.1318

patch 8.1.1318: code for text changes is in a "misc" file commit https://github.com/vim/vim/commit/ec28d1516eb8bb5dcaa42de145953a6d49aebb6f Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 11 18:36:34 2019 +0200 patch 8.1.1318: code for text changes is in a "misc" file Problem: Code for text changes is in a "misc" file. Solution: Move the code to change.c.
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 May 2019 18:45:06 +0200
parents 5b5c5daf57de
children ac77266f55cb
comparison
equal deleted inserted replaced
16631:7217a9c5adb3 16632:30de89c1d090
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 Apr 26 5 # Last change: 2019 May 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:
305 $(TCL_INC)$(XDIFF_INC)$(XPM_INC)) 305 $(TCL_INC)$(XDIFF_INC)$(XPM_INC))
306 306
307 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ 307 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
308 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB) 308 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB)
309 309
310 SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c charset.c \ 310 SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c change.c, charset.c \
311 crypt.c crypt_zip.c debugger.c dict.c diff.c digraph.c edit.c eval.c \ 311 crypt.c crypt_zip.c debugger.c dict.c diff.c digraph.c edit.c eval.c \
312 evalfunc.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c \ 312 evalfunc.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c \
313 if_cscope.c if_xcmdsrv.c fileio.c findfile.c fold.c getchar.c \ 313 if_cscope.c if_xcmdsrv.c fileio.c findfile.c fold.c getchar.c \
314 hardcopy.c hashtab.c indent.c insexpand.c json.c list.c main.c mark.c \ 314 hardcopy.c hashtab.c indent.c insexpand.c json.c list.c main.c mark.c \
315 menu.c mbyte.c memfile.c memline.c message.c misc1.c misc2.c move.c \ 315 menu.c mbyte.c memfile.c memline.c message.c misc1.c misc2.c move.c \
318 textprop.c ui.c undo.c usercmd.c userfunc.c version.c screen.c \ 318 textprop.c ui.c undo.c usercmd.c userfunc.c version.c screen.c \
319 window.c os_unix.c os_vms.c pathdef.c \ 319 window.c os_unix.c os_vms.c pathdef.c \
320 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ 320 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
321 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC) 321 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC)
322 322
323 OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj \ 323 OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj change.obj \
324 charset.obj crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj \ 324 charset.obj crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj \
325 digraph.obj edit.obj eval.obj evalfunc.obj ex_cmds.obj ex_cmds2.obj \ 325 digraph.obj edit.obj eval.obj evalfunc.obj ex_cmds.obj ex_cmds2.obj \
326 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \ 326 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \
327 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 327 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
328 indent.obj insexpand.obj json.obj list.obj main.obj mark.obj \ 328 indent.obj insexpand.obj json.obj list.obj main.obj mark.obj \
505 arabic.obj : arabic.c vim.h 505 arabic.obj : arabic.c vim.h
506 autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h 506 autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h
507 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h 507 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h
508 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h 508 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h
509 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \ 509 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
510 ascii.h keymap.h term.h macros.h structs.h regexp.h \
511 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
512 globals.h version.h
513 change.obj : change.c vim.h [.auto]config.h feature.h os_unix.h \
510 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 514 ascii.h keymap.h term.h macros.h structs.h regexp.h \
511 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 515 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
512 globals.h version.h 516 globals.h version.h
513 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \ 517 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
514 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 518 ascii.h keymap.h term.h macros.h structs.h regexp.h \