When building DLLs, hack the library name in the .def file
authorRichard Levitte <levitte@openssl.org>
Wed, 16 Mar 2016 15:50:18 +0000 (16:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 16 Mar 2016 17:11:13 +0000 (18:11 +0100)
commit685b6f293b4b29bf1ee5c7af19cf1348567828b4
tree3aadcfb85a864688173003e11e35a4cb828352cf
parent8975fb62122250440e9bc00c6e985e3a708473bb
When building DLLs, hack the library name in the .def file

util/mkdef.pl assumes it knows what the resulting library name will
be.  Really, it shouldn't, but changing it will break classic native
Windows builds, so we leave it for now and change the LIBRARY line
externally when needed instead.

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