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

6 lines
145 B
Batchfile
Executable File

SETLOCAL
pushd %RS_CODEBRANCH%
%RS_TOOLSROOT%\bin\ruby\bin\ruby.exe %RS_TOOLSROOT%\script\coding\build_parser_files.rb --gameproj
ENDLOCAL