This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8ba3d7ed4ca6ec8158ecfc135af7e052dab69633
UnrealEngineUWP
/
Engine
/
Build
/
BatchFiles
History
Josh Adams
8ba3d7ed4c
- MIssed NFL path in P4VUtils installers
...
#rb trivial #preflight skip [CL 20248551 by Josh Adams in ue5-main branch]
2022-05-17 14:56:57 -04:00
..
Linux
- MIssed NFL path in P4VUtils installers
2022-05-17 14:56:57 -04:00
Mac
- MIssed NFL path in P4VUtils installers
2022-05-17 14:56:57 -04:00
Build.bat
…
BuildThirdPartyLibs.bat
…
BuildUAT.bat
Moved C# project build support from UAT to EpicGames.Build. Isolated code referencing Microsoft.Build into a dll to avoid any issues calling Assembly.GetTypes(). In prior code, it would attempt to resolve the types for things using Microsoft.Build.Framework and fail to load it. By resolving that issue, any future changes to UBT that will utilize this code will not result in any build/target scripts needing to be modified if they use Assembly.GetTypes().
2022-04-18 12:17:12 -04:00
BuildUAT.sh
Moved C# project build support from UAT to EpicGames.Build. Isolated code referencing Microsoft.Build into a dll to avoid any issues calling Assembly.GetTypes(). In prior code, it would attempt to resolve the types for things using Microsoft.Build.Framework and fail to load it. By resolving that issue, any future changes to UBT that will utilize this code will not result in any build/target scripts needing to be modified if they use Assembly.GetTypes().
2022-04-18 12:17:12 -04:00
Clean.bat
Clean.bat: Make line endings consistent
2021-11-30 13:50:14 -05:00
DocsPreviewPage.bat
…
EditorPerf.bat
Rechristen IterationProfile -> EditorPerf for clarity
2021-08-20 15:28:36 -04:00
EditorPerfBaseline.bat
Rechristen IterationProfile -> EditorPerf for clarity
2021-08-20 15:28:36 -04:00
FixDependencyFiles.bat
…
GenerateProjectFiles.bat
…
GetDotnetPath.bat
Upgrade to .NET 6.0
2022-04-06 14:46:50 -04:00
GetMSBuildPath.bat
…
GetVSComnToolsPath.bat
…
InstallP4VUtils.bat
- MIssed NFL path in P4VUtils installers
2022-05-17 14:56:57 -04:00
MakeAndInstallSSHKey.bat
Remove old SSH key directory when generating a new one, to fix up any bad directory permissions
2021-09-17 05:36:28 -04:00
MSBuild.bat
…
Rebuild.bat
…
RunUAT_LocalTest.bat
…
RunUAT.bat
Remove more spam from RunUAT.bat caused by Turnkey hooks not correctly handling paths with spaces.
2022-04-15 12:17:30 -04:00
RunUAT.command
…
RunUAT.sh
- Changed RunUAT.sh to always chmod u+x dotnet
2022-05-02 15:44:13 -04:00
RunUATTest.bat
…
RunUBT.bat
Branch snapshot for CL 18531810
2022-01-06 16:44:09 +00:00
RunUBT.sh
Merge from Release-Engine-Staging @ 18081189 to Release-Engine-Test
2021-11-07 23:43:01 -05:00
SyncToRemotePC.bat
…
TestCrashes.bat
…