summaryrefslogtreecommitdiffstats
path: root/src/Make_dice.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-08-10 16:31:50 +0200
committerBram Moolenaar <Bram@vim.org>2014-08-10 16:31:50 +0200
commit07cf382e223b8b88f4b763d104e3e487c96d32d2 (patch)
tree9ca3a6e4388e8cfb33a45991ee9f8fe4bd8ffeb6 /src/Make_dice.mak
parentd21e8b3a17f1dbec348ff94f03466c5c3c4647bb (diff)
updated for version 7.4.401v7.4.401
Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
Diffstat (limited to 'src/Make_dice.mak')
-rw-r--r--src/Make_dice.mak8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Make_dice.mak b/src/Make_dice.mak
index e3a8b9e0fb..890f15d09c 100644
--- a/src/Make_dice.mak
+++ b/src/Make_dice.mak
@@ -29,6 +29,8 @@ SRC = \
blowfish.c \
buffer.c \
charset.c \
+ crypt.c \
+ crypt_zip.c \
diff.c \
digraph.c \
edit.c \
@@ -75,6 +77,8 @@ SRC = \
OBJ = o/blowfish.o \
o/buffer.o \
o/charset.o \
+ o/crypt.o \
+ o/crypt_zip.o \
o/diff.o \
o/digraph.o \
o/edit.o \
@@ -143,6 +147,10 @@ o/buffer.o: buffer.c $(SYMS)
o/charset.o: charset.c $(SYMS)
+o/crypt.o: crypt.c $(SYMS)
+
+o/crypt_zip.o: crypt_zip.c $(SYMS)
+
o/diff.o: diff.c $(SYMS)
o/digraph.o: digraph.c $(SYMS)