[patch][win32] make `make tags` work

2017-09-01 Thread Ken Takata
Hi, On unix, `make tags` can be used for creating a tags file for the Vim source code. However this doesn't work well on Windows. Make_mvc.mak has tags target, but the options for ctags are missing. Make_cyg_ming.mak doesn't have tags target. Attached patch fixes them. Regards, Ken Takata --

Re: [patch][win32] make `make tags` work

2017-09-01 Thread Bram Moolenaar
Ken Takata wrote: > On unix, `make tags` can be used for creating a tags file for the Vim source > code. > However this doesn't work well on Windows. Make_mvc.mak has tags target, but > the options for ctags are missing. Make_cyg_ming.mak doesn't have tags > target. > Attached patch fixes the

Re: [patch][win32] make `make tags` work

2017-09-01 Thread Tony Mechelynck
On Fri, Sep 1, 2017 at 6:41 PM, Bram Moolenaar wrote: > > Ken Takata wrote: > >> On unix, `make tags` can be used for creating a tags file for the Vim source >> code. >> However this doesn't work well on Windows. Make_mvc.mak has tags target, but >> the options for ctags are missing. Make_cyg_m

Re: [patch][win32] make `make tags` work

2017-09-01 Thread Ken Takata
Hi Tony, 2017/9/2 Sat 6:36:41 UTC+9 Tony Mechelynck wrote: > On Fri, Sep 1, 2017 at 6:41 PM, Bram Moolenaar wrote: > > > > Ken Takata wrote: > > > >> On unix, `make tags` can be used for creating a tags file for the Vim > >> source code. > >> However this doesn't work well on Windows. Make_mvc.