Files
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildTool
David Harvey 7dd50d8a4f Manifest generation optimizations to improve iteration times when nothing has changed:
- resource binary files are not copied to an Intermediate location first.
 - resources.pri is also not created in the Intermediate location first.
 - file diffs are done on generated files only; resource binary files use timestamps.
 - only copy the resource binaries for the cultures that we are staging.
 - final file removal & copying is left to the end of the process rather than being ad-hoc.

Additionally, the output from makepri is only logged if there was an error, to reduce signal/noise.

#preflight 624b26cab33098a72d1bd843
#rnx
#rb Eric.McDaniel
#jira UE-147269

[CL 19622112 by David Harvey in ue5-main branch]
2022-04-05 05:43:12 -04:00
..