comparison src/Make_mvc.mak @ 10503:e0ad6123213c v8.0.0144

commit https://github.com/vim/vim/commit/9269315f635e44a340389be7e986782b98499311 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 14:55:36 2017 +0100 patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twice Problem: When using MSVC the GvimExt directory is cleaned twice. Solution: Remove the lines. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 15:00:04 +0100
parents 2509ab895055
children 9b2073149118
comparison
equal deleted inserted replaced
10502:ed16a1ba7a9e 10503:e0ad6123213c
1121 $(MAKE) /NOLOGO -f Make_mvc.mak clean 1121 $(MAKE) /NOLOGO -f Make_mvc.mak clean
1122 cd .. 1122 cd ..
1123 cd GvimExt 1123 cd GvimExt
1124 $(MAKE) /NOLOGO -f Makefile clean 1124 $(MAKE) /NOLOGO -f Makefile clean
1125 cd .. 1125 cd ..
1126 cd GvimExt
1127 $(MAKE) /NOLOGO -f Makefile clean
1128 cd ..
1129 - if exist testdir\*.out del testdir\*.out 1126 - if exist testdir\*.out del testdir\*.out
1130 1127
1131 test: 1128 test:
1132 cd testdir 1129 cd testdir
1133 $(MAKE) /NOLOGO -f Make_dos.mak win32 1130 $(MAKE) /NOLOGO -f Make_dos.mak win32