comparison src/Make_ivc.mak @ 15330:a6330a49e036 v8.1.0673

patch 8.1.0673: functionality for signs is spread out over several files commit https://github.com/vim/vim/commit/bbea47075cc4e7826e9f8c203e4272ba023ed7b0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 1 13:20:31 2019 +0100 patch 8.1.0673: functionality for signs is spread out over several files Problem: Functionality for signs is spread out over several files. Solution: Move most of the sign functionality into sign.c. (Yegappan Lakshmanan, closes #3751)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Jan 2019 13:30:09 +0100
parents 352c2832d17f
children 746b95fd25ad
comparison
equal deleted inserted replaced
15329:9a739a3d145e 15330:a6330a49e036
255 "$(INTDIR)/quickfix.obj" \ 255 "$(INTDIR)/quickfix.obj" \
256 "$(INTDIR)/regexp.obj" \ 256 "$(INTDIR)/regexp.obj" \
257 "$(INTDIR)/screen.obj" \ 257 "$(INTDIR)/screen.obj" \
258 "$(INTDIR)/search.obj" \ 258 "$(INTDIR)/search.obj" \
259 "$(INTDIR)/sha256.obj" \ 259 "$(INTDIR)/sha256.obj" \
260 "$(INTDIR)/sign.obj" \
260 "$(INTDIR)/spell.obj" \ 261 "$(INTDIR)/spell.obj" \
261 "$(INTDIR)/spellfile.obj" \ 262 "$(INTDIR)/spellfile.obj" \
262 "$(INTDIR)/syntax.obj" \ 263 "$(INTDIR)/syntax.obj" \
263 "$(INTDIR)/tag.obj" \ 264 "$(INTDIR)/tag.obj" \
264 "$(INTDIR)/term.obj" \ 265 "$(INTDIR)/term.obj" \
673 674
674 SOURCE=.\sha256.c 675 SOURCE=.\sha256.c
675 # End Source File 676 # End Source File
676 # Begin Source File 677 # Begin Source File
677 678
679 SOURCE=.\sign.c
680 # End Source File
681 # Begin Source File
682
678 SOURCE=.\spell.c 683 SOURCE=.\spell.c
679 # End Source File 684 # End Source File
680 # Begin Source File 685 # Begin Source File
681 686
682 SOURCE=.\spellfile.c 687 SOURCE=.\spellfile.c