comparison src/Make_vms.mms @ 18100:df5778d73320 v8.1.2045

patch 8.1.2045: the option.c file is too big Commit: https://github.com/vim/vim/commit/dac1347b4d9c1a1aef6aa73fdea08a9d1077d6ea Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 16 21:06:21 2019 +0200 patch 8.1.2045: the option.c file is too big Problem: The option.c file is too big. Solution: Split off the code dealing with strings. (Yegappan Lakshmanan, closes #4937)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Sep 2019 21:15:05 +0200
parents 88b5c2b4e3d2
children 2a806e3c39f6
comparison
equal deleted inserted replaced
18099:349ea1199661 18100:df5778d73320
315 ex_getln.c \ 315 ex_getln.c \
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 move.c normal.c ops.c \ 319 memfile.c memline.c message.c misc1.c misc2.c move.c normal.c ops.c \
320 option.c popupmnu.c popupwin.c profiler.c quickfix.c regexp.c \ 320 option.c optionstr.c popupmnu.c popupwin.c profiler.c quickfix.c \
321 scriptfile.c \ 321 regexp.c scriptfile.c \
322 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \ 322 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \
323 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \ 323 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \
324 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \ 324 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \
325 pathdef.c \ 325 pathdef.c \
326 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ 326 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
335 fileio.obj filepath.obj \ 335 fileio.obj filepath.obj \
336 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 336 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
337 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \ 337 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \
338 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \ 338 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \
339 misc1.obj misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \ 339 misc1.obj misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \
340 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \ 340 optionstr.obj popupmnu.obj popupwin.obj profiler.obj quickfix.obj \
341 scriptfile.obj \ 341 regexp.obj scriptfile.obj \
342 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \ 342 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \
343 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \ 343 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \
344 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \ 344 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \
345 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \ 345 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \
346 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \ 346 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
713 713
714 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \ 714 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
715 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 715 ascii.h keymap.h term.h macros.h structs.h regexp.h \
716 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 716 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
717 globals.h optiondefs.h 717 globals.h optiondefs.h
718 optionstr.obj : optionstr.c vim.h [.auto]config.h feature.h os_unix.h \
719 ascii.h keymap.h term.h macros.h structs.h regexp.h \
720 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
721 globals.h
718 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \ 722 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
719 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 723 ascii.h keymap.h term.h macros.h structs.h regexp.h \
720 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 724 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
721 globals.h os_unixx.h 725 globals.h os_unixx.h
722 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \ 726 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \