summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-01 18:41:26 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-01 18:41:26 +0200
commit9ac9dfa9e2b20659e5806982f027fa4fd637c3c7 (patch)
tree42e48c9bc4c3c62c34c814580beac69c4a15d5b9 /src/Make_mvc.mak
parent2c809b7c7d2bb5e4b7fd09c3d312cadecf0c1ff0 (diff)
patch 8.0.1032: "make tags" doesn't work well on MS-Windowsv8.0.1032
Problem: "make tags" doesn't work well on MS-Windows. Solution: Add or fix tags target. (Ken Takata)
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r--src/Make_mvc.mak5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index c8c1d11736..33d6dcbf2f 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -344,7 +344,8 @@ FEATURES = HUGE
!endif
!ifndef CTAGS
-CTAGS = ctags
+# this assumes ctags is Exuberant ctags
+CTAGS = ctags -I INIT+ --fields=+S
!endif
!ifndef CSCOPE
@@ -1220,7 +1221,7 @@ GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
tags: notags
- $(CTAGS) *.c *.cpp *.h if_perl.xs proto\*.pro
+ $(CTAGS) *.c *.cpp *.h if_perl.xs
notags:
- if exist tags del tags