11 lines
187 B
Batchfile
Executable File
11 lines
187 B
Batchfile
Executable File
setlocal
|
|
|
|
CD x:\gta5\tools_ng\bin
|
|
|
|
CALL setenv.bat
|
|
|
|
|
|
%RS_TOOLSBIN%\RageScriptEditor\ragScriptCompiler %RS_SCRIPTBRANCH%\singleplayer\GTA5_SP.scproj -config=Debug -clean
|
|
|
|
pause
|