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