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