6 lines
145 B
Batchfile
Executable File
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
|
|
|