Remove generation of ms/version32.rc from Configure, use util/mkrc.pl
authorRichard Levitte <levitte@openssl.org>
Thu, 17 Mar 2016 21:29:20 +0000 (22:29 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 21 Mar 2016 10:00:21 +0000 (11:00 +0100)
commit0ef1ce49eeed417c143a8c1bf77ce0d843306e3d
treefd888edc44429d7527a9853a4f8bc6ab9a0920a5
parent753585b94897f5628cf9c13d8a6c97861074febb
Remove generation of ms/version32.rc from Configure, use util/mkrc.pl

utils/mkrc.pl was added a while ago as a better generator for the
Windows DLL resource file.  Finalize the change by removing the
ms/version32.rc generator from Configure and adding resource file
support using mkrc.pl in Configurations/windows-makefile.pl

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/10-main.conf
Configurations/windows-makefile.tmpl
Configure