You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
11 lines
370 B
Batchfile
Executable File
11 lines
370 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
|
|
|