comparison src/Make_mvc.mak @ 12305:d4a3ad146204 v8.0.1032

patch 8.0.1032: "make tags" doesn't work well on MS-Windows commit https://github.com/vim/vim/commit/9ac9dfa9e2b20659e5806982f027fa4fd637c3c7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 1 18:41:26 2017 +0200 patch 8.0.1032: "make tags" doesn't work well on MS-Windows Problem: "make tags" doesn't work well on MS-Windows. Solution: Add or fix tags target. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Sep 2017 18:45:05 +0200
parents cd366d80d53e
children 7e6cb73e5ce0
comparison
equal deleted inserted replaced
12304:eb6a6a01ccd8 12305:d4a3ad146204
342 !if "$(FEATURES)"=="" 342 !if "$(FEATURES)"==""
343 FEATURES = HUGE 343 FEATURES = HUGE
344 !endif 344 !endif
345 345
346 !ifndef CTAGS 346 !ifndef CTAGS
347 CTAGS = ctags 347 # this assumes ctags is Exuberant ctags
348 CTAGS = ctags -I INIT+ --fields=+S
348 !endif 349 !endif
349 350
350 !ifndef CSCOPE 351 !ifndef CSCOPE
351 CSCOPE = yes 352 CSCOPE = yes
352 !endif 353 !endif
1218 $(MAKE) /NOLOGO -f Makefile $(MAKEFLAGS_GVIMEXT) 1219 $(MAKE) /NOLOGO -f Makefile $(MAKEFLAGS_GVIMEXT)
1219 cd .. 1220 cd ..
1220 1221
1221 1222
1222 tags: notags 1223 tags: notags
1223 $(CTAGS) *.c *.cpp *.h if_perl.xs proto\*.pro 1224 $(CTAGS) *.c *.cpp *.h if_perl.xs
1224 1225
1225 notags: 1226 notags:
1226 - if exist tags del tags 1227 - if exist tags del tags
1227 1228
1228 clean: 1229 clean: