Blame SOURCES/7.4.304

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.304
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.304
22c937
Problem:    Cannot always use Python with Vim.
22c937
Solution:   Add the manifest to the executable. (Jacques Germishuys)
22c937
Files:	    src/Make_mvc.mak
22c937
22c937
22c937
*** ../vim-7.4.303/src/Make_mvc.mak	2014-02-15 19:47:46.685882910 +0100
22c937
--- src/Make_mvc.mak	2014-05-22 16:25:40.978357314 +0200
22c937
***************
22c937
*** 973,978 ****
22c937
--- 973,979 ----
22c937
  		$(LUA_OBJ) $(MZSCHEME_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(PYTHON3_OBJ) $(RUBY_OBJ) \
22c937
  		$(TCL_OBJ) $(SNIFF_OBJ) $(CSCOPE_OBJ) $(NETBEANS_OBJ) \
22c937
  		$(XPM_OBJ) $(OUTDIR)\version.obj $(LINKARGS2)
22c937
+ 	if exist $(VIM).exe.manifest mt.exe -nologo -manifest $(VIM).exe.manifest -updateresource:$(VIM).exe;1
22c937
  
22c937
  $(VIM): $(VIM).exe
22c937
  
22c937
*** ../vim-7.4.303/src/version.c	2014-05-22 16:05:16.342382204 +0200
22c937
--- src/version.c	2014-05-22 16:20:07.534364091 +0200
22c937
***************
22c937
*** 736,737 ****
22c937
--- 736,739 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     304,
22c937
  /**/
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
194. Your business cards contain your e-mail and home page address.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///