[FREELDR] Fix VSSolution configuring and build
authorOleksandr Shaposhnikov <sanchaez@reactos.org>
Mon, 4 Feb 2019 02:53:09 +0000 (04:53 +0200)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Sat, 9 Feb 2019 23:25:04 +0000 (00:25 +0100)
commita5c5ba17e5d2298adc280455a7fcf62e6c963f55
treebdca9ba13d9b4928c47b570e0d4c955745c7abed
parentd1093e87508a4ba09cf2805fc7bafff1160c1e4b
[FREELDR] Fix VSSolution configuring and build

"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.
boot/freeldr/freeldr/CMakeLists.txt