comparison src/Make_morph.mak @ 9564:b6a459b326f3 v7.4.2059

commit https://github.com/vim/vim/commit/6583c44857368f28c802dabe10ac7b7b0c266f50 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 17 18:41:47 2016 +0200 patch 7.4.2059 Problem: Non-Unix builds fail. Solution: Update Makefiles for new files.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jul 2016 19:15:05 +0200
parents 9b048dced116
children 5eaa708ab50d
comparison
equal deleted inserted replaced
9563:a97d61b6e9e8 9564:b6a459b326f3
28 blowfish.c \ 28 blowfish.c \
29 buffer.c \ 29 buffer.c \
30 charset.c \ 30 charset.c \
31 crypt.c \ 31 crypt.c \
32 crypt_zip.c \ 32 crypt_zip.c \
33 dict.c \
33 diff.c \ 34 diff.c \
34 digraph.c \ 35 digraph.c \
35 edit.c \ 36 edit.c \
36 eval.c \ 37 eval.c \
37 ex_cmds.c \ 38 ex_cmds.c \
44 fold.c \ 45 fold.c \
45 getchar.c \ 46 getchar.c \
46 hardcopy.c \ 47 hardcopy.c \
47 hashtab.c \ 48 hashtab.c \
48 json.c \ 49 json.c \
50 list.c \
49 main.c \ 51 main.c \
50 mark.c \ 52 mark.c \
51 mbyte.c \ 53 mbyte.c \
52 memfile.c \ 54 memfile.c \
53 memline.c \ 55 memline.c \
70 syntax.c \ 72 syntax.c \
71 tag.c \ 73 tag.c \
72 term.c \ 74 term.c \
73 ui.c \ 75 ui.c \
74 undo.c \ 76 undo.c \
77 userfunc.c \
75 version.c \ 78 version.c \
76 window.c \ 79 window.c \
77 80
78 OBJ = $(SRC:.c=.o) 81 OBJ = $(SRC:.c=.o)
79 82