Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool/Scripts
Ben Marsh 2715a04925 UBT: Simplify logic for precompiling binaries.
* Target no longer has separate list of "precompile only" binaries or modules. New -AllModules option allows adding every module to a target, which can be used with -Precompile and -NoLink to precompile object files for monolithic builds.
* Precompiled file lists have been removed from target receipts.
* The manifest now includes all generated headers and precompiled files when run with the -Precompile option.
* Separate -DependencyList=Foo.txt has been added to write a list of all dependencies required to use precompiled binaries. This file list can be read using the <Tag> task in buildgraph.

#rb none
#rnx

[CL 4206189 by Ben Marsh in Dev-Core branch]
2018-07-12 08:27:50 -04:00
..