Files
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildAccelerator/Project/GenerateSolution.bat
joe kirchoff 9affe69d97 UnrealBuildAccelerator: Experimental for 5.4
#jira UE-197967

[CL 30002804 by joe kirchoff in ue5-main branch]
2023-11-29 18:47:11 -05:00

11 lines
382 B
Batchfile
Executable File

@echo off
setlocal
cd "%~dp0"
call ..\..\..\..\..\..\Build\BatchFiles\GenerateProjectFiles.bat -Project="%~dp0\Uba.uproject" -Game -Platforms=Win64+Linux+LinuxArm64 -DEBUGCONFIGS -SHIPPINGCONFIGS
move /Y Uba_LinuxLinuxArm64Win64.sln Uba.sln
call ..\..\..\..\..\..\Build\BatchFiles\GenerateProjectFiles.bat -Project="%~dp0\Uba.uproject" -Game -Platforms=Linux -VisualStudioLinux