comparison src/Make_mvc.mak @ 15201:ce92157deb4e v8.1.0610

patch 8.1.0610: MS-Windows ctags file list differs from Unix commit https://github.com/vim/vim/commit/6dc6703295362e0d4b81a3eceae6b0dd229b5d7e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 19 21:05:57 2018 +0100 patch 8.1.0610: MS-Windows ctags file list differs from Unix Problem: MS-Windows ctags file list differs from Unix. Solution: Define TAGS_FILES in the common makefile. (partly by Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Dec 2018 21:15:05 +0100
parents 9df130fd5e0d
children a6330a49e036
comparison
equal deleted inserted replaced
15200:23935ad47e52 15201:ce92157deb4e
1268 $(MAKE) /NOLOGO -f Makefile $(MAKEFLAGS_GVIMEXT) 1268 $(MAKE) /NOLOGO -f Makefile $(MAKEFLAGS_GVIMEXT)
1269 cd .. 1269 cd ..
1270 1270
1271 1271
1272 tags: notags 1272 tags: notags
1273 $(CTAGS) *.c *.cpp *.h 1273 $(CTAGS) $(TAGS_FILES)
1274 if exist auto\if_perl.c $(CTAGS) --append=yes auto\if_perl.c
1275 1274
1276 notags: 1275 notags:
1277 - if exist tags del tags 1276 - if exist tags del tags
1278 1277
1279 clean: 1278 clean: