Patch 8.0.0144
Problem: When using MSVC the GvimExt directory is cleaned twice.
Solution: Remove the lines. (Ken Takata)
Files: src/Make_mvc.mak
*** ../vim-8.0.0143/src/Make_mvc.mak 2016-11-19 17:17:09.438428263 +0100
--- src/Make_mvc.mak 2017-01-06 14:53:11.034031512 +0100
***************
*** 1123,1131 ****
cd GvimExt
$(MAKE) /NOLOGO -f Makefile clean
cd ..
- cd GvimExt
- $(MAKE) /NOLOGO -f Makefile clean
- cd ..
- if exist testdir\*.out del testdir\*.out
test:
--- 1123,1128 ----
*** ../vim-8.0.0143/src/version.c 2017-01-06 13:54:27.474326599 +0100
--- src/version.c 2017-01-06 14:54:25.733513495 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 144,
/**/
--
Press any key to continue, press any other key to quit.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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.