Patch 8.1.1257
Problem: MSVC: name of object directory now always right.
Solution: Adjust comment. Don't use different directory for DIRECTX. Do
use different directory for USE_MSVCRT. (Ken Takata, closes #4333)
Files: src/Make_mvc.mak
*** ../vim-8.1.1256/src/Make_mvc.mak 2019-04-28 19:46:17.018060159 +0200
--- src/Make_mvc.mak 2019-05-03 22:13:39.800841637 +0200
***************
*** 192,199 ****
DIRECTX = $(GUI)
!endif
! # Select one of eight object code directories, depends on GUI, OLE, DEBUG and
! # interfaces.
# If you change something else, do "make clean" first!
!if "$(VIMDLL)" == "yes"
OBJDIR = .\ObjD
--- 192,198 ----
DIRECTX = $(GUI)
!endif
! # Select a code directory, depends on GUI, OLE, DEBUG, interfaces and etc.
# If you change something else, do "make clean" first!
!if "$(VIMDLL)" == "yes"
OBJDIR = .\ObjD
***************
*** 202,208 ****
!else
OBJDIR = .\ObjC
!endif
! !if "$(DIRECTX)" == "yes"
OBJDIR = $(OBJDIR)X
!endif
!if "$(OLE)" == "yes"
--- 201,207 ----
!else
OBJDIR = .\ObjC
!endif
! !if "$(DIRECTX)" == "yes" && "$(GUI)" == "yes"
OBJDIR = $(OBJDIR)X
!endif
!if "$(OLE)" == "yes"
***************
*** 229,234 ****
--- 228,236 ----
!ifdef MZSCHEME
OBJDIR = $(OBJDIR)Z
!endif
+ !ifdef USE_MSVCRT
+ OBJDIR = $(OBJDIR)V
+ !endif
!if "$(DEBUG)" == "yes"
OBJDIR = $(OBJDIR)d
!endif
*** ../vim-8.1.1256/src/version.c 2019-05-03 21:56:31.367540560 +0200
--- src/version.c 2019-05-03 22:13:53.420759606 +0200
***************
*** 769,770 ****
--- 769,772 ----
{ /* Add new patch number below this line */
+ /**/
+ 1257,
/**/
--
ROBIN: The what?
ARTHUR: The Holy Hand Grenade of Antioch. 'Tis one of the sacred relics
Brother Maynard always carries with him.
ALL: Yes. Of course.
ARTHUR: (shouting) Bring up the Holy Hand Grenade!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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.