Configurations/windows-makefile.tmpl: expand environments early.
authorAndy Polyakov <appro@openssl.org>
Fri, 6 May 2016 10:45:50 +0000 (12:45 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 9 May 2016 08:40:56 +0000 (10:40 +0200)
commit9921b7b6a2b4cf8fc57213cf477275fc038fbfd1
tree3a8092f1e1f5b60c6d6ffb081862d2a33b2f9ccb
parentdccd20d1b55d15afdc80ad987ff37023d323dc42
Configurations/windows-makefile.tmpl: expand environments early.

If environment variables are not explanded early enough, expanded
strings are passed with single backslash to C compiler, e.g.
C:\Program Files, which effectively results in OpenSSL looking for
engines and certificates in C:Program Files.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/windows-makefile.tmpl