22# Makefile for Vim on OpenVMS
33#
44# Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
5- # Last change: 2019 May 24
5+ # Last change: 2019 Jul 14
66#
77# This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
88# with MMS and MMK
@@ -315,7 +315,7 @@ SRC = arabic.c autocmd.c beval.c blob.c blowfish.c buffer.c change.c charset.c \
315315 menu.c mbyte.c memfile.c memline.c message.c misc1.c misc2.c move.c \
316316 normal.c ops.c option.c popupmnu.c popupwin.c profiler.c quickfix.c \
317317 regexp.c search.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \
318- term.c termlib.c textprop.c ui.c undo.c usercmd.c userfunc.c \
318+ term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c userfunc.c \
319319 version.c screen.c window.c os_unix.c os_vms.c pathdef.c \
320320 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
321321 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC)
@@ -330,7 +330,7 @@ OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj change.
330330 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.obj \
331331 popupwin.obj profiler.obj quickfix.obj regexp.obj search.obj \
332332 sha256.obj sign.obj spell.obj spellfile.obj syntax.obj tag.obj \
333- term.obj termlib.obj textprop.obj ui.obj undo.obj usercmd.obj \
333+ term.obj termlib.obj testing.obj textprop.obj ui.obj undo.obj usercmd.obj \
334334 userfunc.obj screen.obj version.obj window.obj os_unix.obj os_vms.obj \
335335 pathdef.obj if_mzsch.obj \
336336 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
@@ -745,6 +745,10 @@ termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
745745 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
746746 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
747747
748+ testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \
749+ ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
750+ [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
751+
748752textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
749753 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
750754 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
0 commit comments