comparison src/Make_dice.mak @ 9583:b0c7061d6439 v7.4.2069

commit https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 19 16:39:08 2016 +0200 patch 7.4.2069 Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jul 2016 16:45:06 +0200
parents 5eaa708ab50d
children a6330a49e036
comparison
equal deleted inserted replaced
9582:96737caf272d 9583:b0c7061d6439
70 regexp.c \ 70 regexp.c \
71 screen.c \ 71 screen.c \
72 search.c \ 72 search.c \
73 sha256.c \ 73 sha256.c \
74 spell.c \ 74 spell.c \
75 spellfile.c \
75 syntax.c \ 76 syntax.c \
76 tag.c \ 77 tag.c \
77 term.c \ 78 term.c \
78 ui.c \ 79 ui.c \
79 undo.c \ 80 undo.c \
125 o/regexp.o \ 126 o/regexp.o \
126 o/screen.o \ 127 o/screen.o \
127 o/search.o \ 128 o/search.o \
128 o/sha256.o \ 129 o/sha256.o \
129 o/spell.o \ 130 o/spell.o \
131 o/spellfile.o \
130 o/syntax.o \ 132 o/syntax.o \
131 o/tag.o \ 133 o/tag.o \
132 o/term.o \ 134 o/term.o \
133 o/ui.o \ 135 o/ui.o \
134 o/undo.o \ 136 o/undo.o \
248 250
249 o/search.o: search.c $(SYMS) regexp.h 251 o/search.o: search.c $(SYMS) regexp.h
250 252
251 o/sha256.o: sha256.c $(SYMS) 253 o/sha256.o: sha256.c $(SYMS)
252 254
253 o/spell.o: spell.c $(SYMS) 255 o/spell.o: spell.c $(SYMS) spell.h
256
257 o/spellfile.o: spellfile.c $(SYMS) spell.h
254 258
255 o/syntax.o: syntax.c $(SYMS) 259 o/syntax.o: syntax.c $(SYMS)
256 260
257 o/tag.o: tag.c $(SYMS) 261 o/tag.o: tag.c $(SYMS)
258 262