Configurations/windows-makefile.tmpl: simplify install-path "flavour"-ing.
authorAndy Polyakov <appro@openssl.org>
Sat, 3 Mar 2018 21:26:45 +0000 (22:26 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 9 Mar 2018 14:04:44 +0000 (15:04 +0100)
commit6a145a32f2cc6c19263a3c02281ced074da03c8e
tree53d9db021c33a2960e2d0376808c49a870cf7937
parentc059564ab02122be574deb0f493be00a6b32b147
Configurations/windows-makefile.tmpl: simplify install-path "flavour"-ing.

$target{build_scheme} consists of fixed number of elements with 3rd
element denoting VC install-path "flavour", i.e. where to install things.
Instead of looking at 3rd, let's look at last. This allows to override
flavour from template in a simple way.

Configurations/10-main.conf: define generic "flavour" in VC-common
template. Since VC-W32 was the only recognized "flavour", remove
"flavour" definitions from all targets/templates, but VC-WIN32. And
rename VC-W32 to VC-WOW.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5502)
Configurations/10-main.conf
Configurations/windows-makefile.tmpl