comparison src/Make_vms.mms @ 17536:e00d12c085a5 v8.1.1766

patch 8.1.1766: code for writing session file is spread out commit https://github.com/vim/vim/commit/845380791196aec7f991987ebf7b22de3779d106 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 14:15:42 2019 +0200 patch 8.1.1766: code for writing session file is spread out Problem: Code for writing session file is spread out. Solution: Put it in one file. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4728)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 14:30:07 +0200
parents cfdef48743ed
children 97a750e8707f
comparison
equal deleted inserted replaced
17535:3015901aaaa6 17536:e00d12c085a5
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 highlight.c indent.c insexpand.c json.c list.c \ 314 hardcopy.c hashtab.c highlight.c indent.c insexpand.c json.c list.c \
315 main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ 315 main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
316 misc2.c move.c normal.c ops.c option.c popupmnu.c popupwin.c \ 316 misc2.c move.c normal.c ops.c option.c popupmnu.c popupwin.c \
317 profiler.c quickfix.c regexp.c search.c sha256.c sign.c spell.c \ 317 profiler.c quickfix.c regexp.c search.c session.c sha256.c sign.c \
318 spellfile.c syntax.c tag.c term.c termlib.c testing.c textprop.c ui.c \ 318 spell.c spellfile.c syntax.c tag.c term.c termlib.c testing.c \
319 undo.c usercmd.c userfunc.c version.c viminfo.c screen.c window.c \ 319 textprop.c ui.c undo.c usercmd.c userfunc.c version.c viminfo.c \
320 os_unix.c os_vms.c pathdef.c \ 320 screen.c window.c os_unix.c os_vms.c pathdef.c \
321 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ 321 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
322 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC) 322 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC)
323 323
324 OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj change.obj \ 324 OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj change.obj \
325 charset.obj crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj \ 325 charset.obj crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj \
328 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 328 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
329 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \ 329 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \
330 mark.obj menu.obj memfile.obj memline.obj message.obj misc1.obj \ 330 mark.obj menu.obj memfile.obj memline.obj message.obj misc1.obj \
331 misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \ 331 misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \
332 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \ 332 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \
333 search.obj sha256.obj sign.obj spell.obj spellfile.obj syntax.obj \ 333 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \
334 tag.obj term.obj termlib.obj testing.obj textprop.obj ui.obj undo.obj \ 334 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \
335 usercmd.obj userfunc.obj screen.obj version.obj viminfo.obj window.obj \ 335 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \
336 os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \ 336 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \
337 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \ 337 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
338 $(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ) $(XDIFF_OBJ) 338 $(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ) $(XDIFF_OBJ)
339 339
340 # Default target is making the executable 340 # Default target is making the executable
341 all : [.auto]config.h mmk_compat motif_env gtk_env perl_env python_env tcl_env ruby_env $(TARGET) 341 all : [.auto]config.h mmk_compat motif_env gtk_env perl_env python_env tcl_env ruby_env $(TARGET)
713 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \ 713 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
714 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 714 ascii.h keymap.h term.h macros.h structs.h regexp.h \
715 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 715 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
716 globals.h 716 globals.h
717 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \ 717 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
718 ascii.h keymap.h term.h macros.h structs.h regexp.h \
719 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
720 globals.h
721 session.obj : session.c vim.h [.auto]config.h feature.h os_unix.h \
718 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 722 ascii.h keymap.h term.h macros.h structs.h regexp.h \
719 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 723 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
720 globals.h 724 globals.h
721 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \ 725 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \
722 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 726 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \