提交 3415c711 编写于 作者: R Richard Levitte

Add cleaning targets to Configurations/windows-makefile.tmpl

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 03f880e4
......@@ -139,6 +139,20 @@ list-tests:
@set PERL=$(PERL)
@$(PERL) $(SRCDIR)\test\run_tests.pl list
libclean:
del /Q /F $(LIBS) $(SHLIBS)
del lib.pdb
clean: libclean
del /Q /F $(PROGRAMS) $(TESTPROGS) $(ENGINES) $(SCRIPTS)
del /Q /S /F *.asm
del /Q /S /F *.d
del /Q /S /F *.obj
del /Q /S /F *.pdb
del /Q /S /F *.exp
del /Q /S /F engines\*.ilk
del /Q /S /F engines\*.lib
depend:
# Building targets ###################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册