Handle spaces in OpenSSL install location for MSVC

Andrew Dunstan <andrew@dunslane.net>

Commit: 3b9c227008a65b0135931e9478cf2b5bb16eca34
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2019-10-04T19:39:19Z
Releases: 11.6
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.

Files

PathChange+/−
src/tools/msvc/Project.pm modified +2 −1
src/tools/msvc/Solution.pm modified +2 −1