commit | 0d9b5fa3b44794c6830641f6cf2e6d840d1e9315 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Mon May 14 17:06:04 2018 +0200 |
committer | Andy Polyakov <appro@openssl.org> | Tue May 15 21:17:03 2018 +0200 |
tree | 69de7fc817b956933fa7d87eb42a9c8c4864253c | |
parent | 73cc84a132a08a02253ae168600fc4d16cd400d8 [diff] |
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>