9 lines
365 B
Batchfile
Executable File
9 lines
365 B
Batchfile
Executable File
@echo off
|
|
Set Environment=%1
|
|
Set Solution=%2
|
|
Set Type=%3
|
|
Set Config=%4
|
|
Set Platform=%5
|
|
@echo Building %Platform%,%Config% please stand by.
|
|
BuildConsole.exe /SETENV=RS_BUILDBRANCH=X:\gta5\titleupdate\%Environment%\ %Solution% %Type% /cfg="%Config%|%Platform%" > X:\gta5\tools_ng\script\util\BuildDept\GTA5_NG_BuildTools\Logs\BuildLogs\%Config%%Platform%.txt
|