windows-makefile.tmpl: delete export library prior link.
authorAndy Polyakov <appro@openssl.org>
Mon, 14 May 2018 15:06:04 +0000 (17:06 +0200)
committerAndy Polyakov <appro@openssl.org>
Tue, 15 May 2018 19:17:03 +0000 (21:17 +0200)
commit0d9b5fa3b44794c6830641f6cf2e6d840d1e9315
tree69de7fc817b956933fa7d87eb42a9c8c4864253c
parent73cc84a132a08a02253ae168600fc4d16cd400d8
windows-makefile.tmpl: delete export library prior link.

LINK can outsmart itself and choose to not update export .lib upon
corresponding .dll re-link. Since dependency is between .lib and all
.obj-s, re-compilation of any .obj makes NMAKE relink .dll and all
.exe-s over and over...

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