comparison src/Make_morph.mak @ 6126:ab71bb81b84e v7.4.401

updated for version 7.4.401 Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
author Bram Moolenaar <bram@vim.org>
date Sun, 10 Aug 2014 16:31:50 +0200
parents 40edf1be1cd8
children bce3b5ddb393
comparison
equal deleted inserted replaced
6125:0ccbf92e36c0 6126:ab71bb81b84e
25 ${CC} ${CFLAGS} $< -o $@ 25 ${CC} ${CFLAGS} $< -o $@
26 26
27 SRC = blowfish.c \ 27 SRC = blowfish.c \
28 buffer.c \ 28 buffer.c \
29 charset.c \ 29 charset.c \
30 crypt.c \
31 crypt_zip.c \
30 diff.c \ 32 diff.c \
31 digraph.c \ 33 digraph.c \
32 edit.c \ 34 edit.c \
33 eval.c \ 35 eval.c \
34 ex_cmds.c \ 36 ex_cmds.c \