From: Richard Levitte Date: Mon, 16 May 2016 12:58:33 +0000 (+0200) Subject: Complete the list of files to clean up on Windows X-Git-Tag: OpenSSL_1_1_0-pre6~703 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=b202bf675b54dddf268d168a9a7c5db9f62e05ae;ds=sidebyside Complete the list of files to clean up on Windows Reviewed-by: Rich Salz --- diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index e48aa2273d..454f2ed257 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -177,6 +177,8 @@ uninstall: uninstall_docs uninstall_sw libclean: $(PERL) -e "map { m/(.*)\.dll$$/; unlink glob """$$1.*"""; } @ARGV" $(SHLIBS) + $(PERL) -e "map { m/(.*)\.dll$$/; unlink glob """apps/$$1.*"""; } @ARGV" $(SHLIBS) + $(PERL) -e "map { m/(.*)\.dll$$/; unlink glob """test/$$1.*"""; } @ARGV" $(SHLIBS) -del /Q /F $(LIBS) -del /Q ossl_static.pdb @@ -189,6 +191,9 @@ clean: libclean -del /Q /S /F *.exp -del /Q /S /F engines\*.ilk -del /Q /S /F engines\*.lib + -del /Q /S /F apps\*.lib + -del /Q /S /F engines\*.manifest + -del /Q /S /F apps\*.manifest depend: