Add ctags

This commit is contained in:
Doyle 2020-09-19 12:40:20 +10:00
parent a9c6986a55
commit 71b1e2f96b
2 changed files with 8 additions and 0 deletions

BIN
Installer/win32_ctags.exe Normal file

Binary file not shown.

View File

@ -71,6 +71,14 @@ if not exist "%clang_format_file%" powershell -Command "[Net.ServicePointManager
echo - Copy Installer\win32_clang_format.exe to %cmder_install_path%\bin\clang-format.exe
copy /Y Installer\win32_clang_format.exe %cmder_install_path%\bin\clang-format.exe
REM
REM ctags
REM
set ctags_path=%cmder_install_path%\bin\ctags.exe
set ctags_file=Installer\win32_ctags.exe
echo - Copy %ctags_file% to %ctags_path%
copy /Y %ctags_file% %ctags_path%
REM
REM Ag
REM