comparison src/Make_ivc.mak @ 15814:99ebf78686a9 v8.1.0914

patch 8.1.0914: code related to findfile() is spread out commit https://github.com/vim/vim/commit/5fd0f5052f9a312bb4cfe7b4176b1211d45127ee Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 13 23:13:28 2019 +0100 patch 8.1.0914: code related to findfile() is spread out Problem: Code related to findfile() is spread out. Solution: Put findfile() related code into a new source file. (Yegappan Lakshmanan, closes #3934)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Feb 2019 23:15:05 +0100
parents 2d941023bd2f
children a6ca8cf07a98
comparison
equal deleted inserted replaced
15813:ad21b64216aa 15814:99ebf78686a9
228 "$(INTDIR)/ex_docmd.obj" \ 228 "$(INTDIR)/ex_docmd.obj" \
229 "$(INTDIR)/ex_eval.obj" \ 229 "$(INTDIR)/ex_eval.obj" \
230 "$(INTDIR)/ex_getln.obj" \ 230 "$(INTDIR)/ex_getln.obj" \
231 "$(INTDIR)/farsi.obj" \ 231 "$(INTDIR)/farsi.obj" \
232 "$(INTDIR)/fileio.obj" \ 232 "$(INTDIR)/fileio.obj" \
233 "$(INTDIR)/findfile.obj" \
233 "$(INTDIR)/fold.obj" \ 234 "$(INTDIR)/fold.obj" \
234 "$(INTDIR)/getchar.obj" \ 235 "$(INTDIR)/getchar.obj" \
235 "$(INTDIR)/hardcopy.obj" \ 236 "$(INTDIR)/hardcopy.obj" \
236 "$(INTDIR)/hashtab.obj" \ 237 "$(INTDIR)/hashtab.obj" \
237 "$(INTDIR)/indent.obj" \ 238 "$(INTDIR)/indent.obj" \
417 # Begin Source File 418 # Begin Source File
418 419
419 SOURCE=.\fileio.c 420 SOURCE=.\fileio.c
420 # End Source File 421 # End Source File
421 # Begin Source File 422 # Begin Source File
423 #
424 SOURCE=.\findfile.c
425 # End Source File
426 # Begin Source File
422 427
423 SOURCE=.\fold.c 428 SOURCE=.\fold.c
424 # End Source File 429 # End Source File
425 # Begin Source File 430 # Begin Source File
426 431