]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.4.304 v7.4.304
authorBram Moolenaar <Bram@vim.org>
Thu, 22 May 2014 14:29:06 +0000 (16:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 May 2014 14:29:06 +0000 (16:29 +0200)
Problem:    Cannot always use Python with Vim.
Solution:   Add the manifest to the executable. (Jacques Germishuys)

src/Make_mvc.mak
src/version.c

index ab0289013400c802673dc26ee9e645e58dac01da..4a979e419bb6e9d9d78dcd5eb06374c8e76a4b16 100644 (file)
@@ -973,6 +973,7 @@ $(VIM).exe: $(OUTDIR) $(OBJ) $(GUI_OBJ) $(OLE_OBJ) $(OLE_IDL) $(MZSCHEME_OBJ) \
                $(LUA_OBJ) $(MZSCHEME_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(PYTHON3_OBJ) $(RUBY_OBJ) \
                $(TCL_OBJ) $(SNIFF_OBJ) $(CSCOPE_OBJ) $(NETBEANS_OBJ) \
                $(XPM_OBJ) $(OUTDIR)\version.obj $(LINKARGS2)
+       if exist $(VIM).exe.manifest mt.exe -nologo -manifest $(VIM).exe.manifest -updateresource:$(VIM).exe;1
 
 $(VIM): $(VIM).exe
 
index efdb1964b789bf4d29cfe574275dbdec29d24714..0578a7d4d1554d974d4dcd4b09b80303fda6951d 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    304,
 /**/
     303,
 /**/