commit | 6dc6703295362e0d4b81a3eceae6b0dd229b5d7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 19 21:05:57 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 19 21:05:57 2018 +0100 |
tree | b119015ac3b11caa388ac338374741147d0beef8 | |
parent | 9d5c84a08f0574e680ef61d7e44e981bd6be741d [diff] [blame] |
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)
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index a35708d..5e22470 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak
@@ -1270,8 +1270,7 @@ tags: notags - $(CTAGS) *.c *.cpp *.h - if exist auto\if_perl.c $(CTAGS) --append=yes auto\if_perl.c + $(CTAGS) $(TAGS_FILES) notags: - if exist tags del tags