When configured "shared", don't build static libraries on Windows
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Mar 2016 00:58:27 +0000 (01:58 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Mar 2016 01:51:50 +0000 (02:51 +0100)
commitb805b4440dbda5444da2426c98ccd40f93d8cfa5
tree89fc7fae9065725637932acb4262dc46fbe9e237
parent9c17622326a7c1212872a8604bbb86146f0e74ea
When configured "shared", don't build static libraries on Windows

The reason for this is that the static libraries and the DLL import
libraries are named the same on Windows.  When configured "shared",
the static libraries are unused anyway.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/windows-makefile.tmpl