On Friday, January 8, 2016 at 5:19:05 PM UTC-7, Erich Ritz wrote: > The "clean" target is not called from the main Make_mvc.mak makefile. Here > is a patch: > >
Sorry the markdown messed up the formatting. Here it is again, in a file. Erich -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index a446015..f51fbfc 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak @@ -1060,6 +1060,9 @@ clean: cd xxd $(MAKE) /NOLOGO -f Make_mvc.mak clean cd .. + cd tee + $(MAKE) /NOLOGO -f Make_mvc.mak clean + cd .. cd GvimExt $(MAKE) /NOLOGO -f Makefile clean cd ..
