16 lines
240 B
Batchfile
Executable File
16 lines
240 B
Batchfile
Executable File
setlocal
|
|
|
|
X:
|
|
|
|
cd X:\gta5\script\dev_ng_Live\
|
|
call enum_maker.bat
|
|
|
|
cd X:\gta5\script\dev_ng\
|
|
del /Q /F /S X:\gta5\script\dev_ng_Live\singleplayer\sco\DEBUG*.*
|
|
|
|
|
|
|
|
cd X:\gta5\script\dev_ng\Tools\
|
|
call GTA5_recompileProject.bat
|
|
|