Files
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildTool/Executors
wojciech krywult 46bc4ff1a1 UBT: SNDBS: Fixed possible distribution problems when cl-filter is used during the build.
cl-filter is invoked as follows:

cl-filter -dependencies=<path> -timing=<path> -compiler=<cl_path> -- <cl_path> [at]<rsp_path> <params>

when the command line is too long, SNDBS moves the parameters into a new response file and modifies the call to be:

cl-filter [at]<sndbs_rsp_path>

However, cl-filter doesn't support response files and fails.

Resolved by modifying the SNDBS configuration to only allow the part after "-- <cl_path>" to be moved to the response file.

#rb wojciech.krywult

[CL 33733583 by wojciech krywult in ue5-main branch]
2024-05-17 15:21:53 -04:00
..