12 lines
335 B
Batchfile
Executable File
12 lines
335 B
Batchfile
Executable File
@echo off
|
|
call .\Engine\Build\BatchFiles\RunUAT.bat BuildGraph ^
|
|
-script=Engine/Build/InstalledEngineBuild.xml ^
|
|
-target="Make Installed Build Linux" ^
|
|
-set:HostPlatformOnly=true ^
|
|
-set:WithLinux=true ^
|
|
-set:WithWin64=true ^
|
|
-set:WithAndroid=false ^
|
|
-set:WithClient=false ^
|
|
-set:WithServer=false ^
|
|
-set:WithDDC=false
|