changeset 7555:5bbfac219f20 v7.4.1078

commit https://github.com/vim/vim/commit/d08a8d4a31ed10225aca6be7565220fa541c32ac Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 15:20:29 2016 +0100 patch 7.4.1078 Problem: MSVC: "make clean" doesn't cleanup in the tee directory. Solution: Add the commands to cleanup tee. (Erich Ritz)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 15:30:04 +0100
parents 85ce1cd50d05
children 823c4567b8a2
files src/Make_mvc.mak src/version.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 ..
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1078,
+/**/
     1077,
 /**/
     1076,