diff --git a/Installer/win32_ctags.exe b/Installer/win32_ctags.exe new file mode 100644 index 0000000..ad6455d Binary files /dev/null and b/Installer/win32_ctags.exe differ diff --git a/win32_install.bat b/win32_install.bat index 8fd1637..66cb54e 100644 --- a/win32_install.bat +++ b/win32_install.bat @@ -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