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