Fix build failure on header generation with repetitive builds of MSVC

Michael Paquier <michael@paquier.xyz>

Commit: 59f9cd9dd5e4db8c59c57a17388c17564a3211a3
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-02-25T04:57:40Z
Releases: 13.0
Fix build failure on header generation with repetitive builds of MSVC

GenerateConfigHeader() in Solution.pm was complaining about unused
define symbols even if a newer config header was not generated, causing
successive build attempts with MSVC to fail.

Oversight in commit 8f4fb4c.

Author: Kyotaro Horiguchi
Reviewed-by: Juan José Santamaría Flecha
Discussion: https://postgr.es/m/20200218.160500.44393633318853097.horikyota.ntt@gmail.com

Files

PathChange+/−
src/tools/msvc/Solution.pm modified +7 −5

Discussion