mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
"configure.cmd VSSolution" was failing due to add_asm_files macro expansion. It was using the same 'freeldr_linker_file' variable name as a temporary filename base twice. This patch uses '_target' parameter to make those variable names differ.