windows-makefile.tmpl: clean up after DLL link failure.
authorAndy Polyakov <appro@openssl.org>
Wed, 6 Apr 2016 15:27:01 +0000 (17:27 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 7 Apr 2016 19:12:10 +0000 (21:12 +0200)
commitd237d6991461ae55b22df22b42d4771d8ea1b261
treefcd41612846982c0e6ebf393201728927db57650
parent02b91dcf1cdd2fc75ecdb47d2fba2936e840ed3c
windows-makefile.tmpl: clean up after DLL link failure.

Without proper cleanup after DLL link failure second attempt to
run nmake would actually proceed and failure will be "shifted" to
run time. This is because libcrypto.lib import library is generated
even if DLL link fails.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/windows-makefile.tmpl