Revision: 10725 https://osdn.net/projects/ttssh2/scm/svn/commits/10725 Author: zmatsuo Date: 2023-06-02 00:53:28 +0900 (Fri, 02 Jun 2023) Log Message: ----------- gtagを作成するbatファイルを追加 - batファイルのルールに改行コードを追加(.editorconfig) Modified Paths: -------------- trunk/.editorconfig Added Paths: ----------- trunk/gtags_update.bat -------------- next part -------------- Modified: trunk/.editorconfig =================================================================== --- trunk/.editorconfig 2023-06-01 15:53:19 UTC (rev 10724) +++ trunk/.editorconfig 2023-06-01 15:53:28 UTC (rev 10725) @@ -54,6 +54,7 @@ [*.bat] charset = cp932 +end_of_line = crlf indent_style = space indent_size = 4 Added: trunk/gtags_update.bat =================================================================== --- trunk/gtags_update.bat (rev 0) +++ trunk/gtags_update.bat 2023-06-01 15:53:28 UTC (rev 10725) @@ -0,0 +1,5 @@ +setlocal +cd /d %~dp0 +call ci_scripts\find_cmake.bat +"%CMAKE_COMMAND%" -P gtags_update.cmake +rem see doc_internal/readme.md