comparison src/Make_vms.mms @ 17744:4a3dca734d36 v8.1.1869

patch 8.1.1869: code for the argument list is spread out commit https://github.com/vim/vim/commit/4ad62155a1015751a6645aaecd94b02c94c8934b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 14:38:55 2019 +0200 patch 8.1.1869: code for the argument list is spread out Problem: Code for the argument list is spread out. Solution: Put argument list code in arglist.c. (Yegappan Lakshmanan, closes #4819)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 14:45:04 +0200
parents 9efb4dda9720
children 87a8760babec
comparison
equal deleted inserted replaced
17743:4ca7a477f326 17744:4a3dca734d36
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 change.c charset.c \ 310 SRC = arabic.c arglist.c autocmd.c beval.c blob.c blowfish.c buffer.c \
311 cmdhist.c crypt.c crypt_zip.c debugger.c dict.c diff.c digraph.c edit.c eval.c \ 311 change.c charset.c cmdhist.c crypt.c crypt_zip.c debugger.c dict.c \
312 evalfunc.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c \ 312 diff.c digraph.c edit.c eval.c evalfunc.c ex_cmds.c ex_cmds2.c \
313 if_cscope.c if_xcmdsrv.c fileio.c findfile.c fold.c getchar.c \ 313 ex_docmd.c ex_eval.c ex_getln.c if_cscope.c if_xcmdsrv.c fileio.c \
314 hardcopy.c hashtab.c highlight.c indent.c insexpand.c json.c list.c \ 314 findfile.c fold.c getchar.c hardcopy.c hashtab.c highlight.c indent.c \
315 main.c map.c mark.c menu.c mbyte.c memfile.c memline.c message.c \ 315 insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \
316 misc1.c misc2.c move.c normal.c ops.c option.c popupmnu.c popupwin.c \ 316 memfile.c memline.c message.c misc1.c misc2.c move.c normal.c ops.c \
317 profiler.c quickfix.c regexp.c search.c session.c sha256.c sign.c \ 317 option.c popupmnu.c popupwin.c profiler.c quickfix.c regexp.c \
318 spell.c spellfile.c syntax.c tag.c term.c termlib.c testing.c \ 318 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \
319 textprop.c ui.c undo.c usercmd.c userfunc.c version.c viminfo.c \ 319 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \
320 screen.c window.c os_unix.c os_vms.c pathdef.c \ 320 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \
321 pathdef.c \
321 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ 322 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
322 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC) 323 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC)
323 324
324 OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj change.obj \ 325 OBJ = arabic.obj arglist.obj autocmd.obj beval.obj blob.obj blowfish.obj \
325 charset.obj cmdhist.obj crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj \ 326 buffer.obj change.obj charset.obj cmdhist.obj crypt.obj crypt_zip.obj \
326 digraph.obj edit.obj eval.obj evalfunc.obj ex_cmds.obj ex_cmds2.obj \ 327 debugger.obj dict.obj diff.obj digraph.obj edit.obj eval.obj \
327 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \ 328 evalfunc.obj ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj \
328 fileio.obj findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 329 ex_getln.obj if_cscope.obj if_xcmdsrv.obj fileio.obj findfile.obj \
329 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \ 330 fold.obj getchar.obj hardcopy.obj hashtab.obj highlight.obj \
330 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \ 331 indent.obj insexpand.obj json.obj list.obj main.obj map.obj mark.obj \
331 misc1.obj misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \ 332 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \
332 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \ 333 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.obj \
333 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \ 334 popupwin.obj profiler.obj quickfix.obj regexp.obj search.obj \
334 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \ 335 session.obj sha256.obj sign.obj spell.obj spellfile.obj syntax.obj \
335 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \ 336 tag.obj term.obj termlib.obj testing.obj textprop.obj ui.obj undo.obj \
337 usercmd.obj userfunc.obj screen.obj version.obj \
336 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \ 338 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \
337 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \ 339 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
338 $(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ) $(XDIFF_OBJ) 340 $(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ) $(XDIFF_OBJ)
339 341
340 # Default target is making the executable 342 # Default target is making the executable
503 ruby_env : 505 ruby_env :
504 -@ ! 506 -@ !
505 .ENDIF 507 .ENDIF
506 508
507 arabic.obj : arabic.c vim.h 509 arabic.obj : arabic.c vim.h
510 arglist.obj : arglist.c vim.h [.auto]config.h feature.h os_unix.h
508 autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h 511 autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h
509 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h 512 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h
510 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h 513 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h
511 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \ 514 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
512 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 515 ascii.h keymap.h term.h macros.h structs.h regexp.h \