Handle spaces in OpenSSL install location for MSVC
authorAndrew Dunstan <[email protected]>
Fri, 4 Oct 2019 19:34:40 +0000 (15:34 -0400)
committerAndrew Dunstan <[email protected]>
Fri, 4 Oct 2019 19:38:36 +0000 (15:38 -0400)
commit8f88090914431b946892069add6949812bb53610
tree154e533fc251db33783df38c8534ec9fdd39d7cb
parentb6a6c129fca493da4fb289b9cbd757699e51af5b
Handle spaces in OpenSSL install location for MSVC

First, make sure that the .exe name is quoted when trying to get the
version number. Also, don't quote the lib name for using in the project
files if it's already been quoted. This second change applies to all
libraries, not just OpenSSL.

This has clearly been broken forever, so backpatch to all live branches.
src/tools/msvc/Project.pm
src/tools/msvc/Solution.pm