Add ctags
This commit is contained in:
parent
a9c6986a55
commit
71b1e2f96b
BIN
Installer/win32_ctags.exe
Normal file
BIN
Installer/win32_ctags.exe
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user