diff 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
line wrap: on
line diff
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -1270,8 +1270,7 @@ GvimExt/gvimext.dll: GvimExt/gvimext.cpp
 
 
 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