mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
MSBuild, via the VS IDE, uses response files when calling CL or LINK. We cannot specify a custom response file on the linker command-line, since specifying response files from within response files is forbidden. We therefore have to pre-process, at configuration time, the linker script so as to retrieve the custom linker options to be appended to the linker command-line.