Windows makefile: handle the case with space in source directory
authorRichard Levitte <levitte@openssl.org>
Wed, 25 May 2016 09:58:19 +0000 (11:58 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 27 May 2016 15:41:32 +0000 (17:41 +0200)
commitcb66390857fe9477e567f163302b4e34aeff8e6e
treef7ea110f93a78df06da451ab74c368a612c93899
parenta3a08f81256f4e9156e384c224adcc8e0519577b
Windows makefile: handle the case with space in source directory

This applies when building out-of-source.

RT#4486

NOTE: we can't do the same for Unix, as Unix make doesn't handle this
type of issue.  Also, directory specs are much less likely to have
spaces on Unix...

Reviewed-by: Matt Caswell <matt@openssl.org>
Configurations/windows-makefile.tmpl