Files
gtav-src/tools_ng/script/coding/rebuildparser.bat
T
2025-09-29 00:52:08 +02:00

5 lines
137 B
Batchfile
Executable File

SETLOCAL
pushd %RS_CODEBRANCH%
%RS_TOOLSROOT%\bin\ruby\bin\ruby.exe %RS_TOOLSROOT%\script\coding\rebuild_parser_files.rb %*
ENDLOCAL