]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.209 v7.3.209
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Jun 2011 18:36:09 +0000 (20:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Jun 2011 18:36:09 +0000 (20:36 +0200)
Problem:    MSVC Install instructions point to wrong batch file.
Solution:   Add a batch file for use with MSVC 10.

Filelist
src/INSTALLpc.txt
src/version.c

index 37822bcbc05a5e5dd47016757fc56a00d7cc4763..221137d71de909c6cccb119a9e696c451ba51273 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -262,6 +262,7 @@ SRC_DOS =   \
                src/bigvim.bat \
                src/msvcsetup.bat \
                src/msvc2008.bat \
+               src/msvc2010.bat \
                src/dimm.idl \
                src/dlldata.c \
                src/dosinst.c \
index a698b357ddb9abb3a529a7d54553d15435ab37bb..124bdc3b9dfe0813c38a5f6eff3ab710c7f14b40 100644 (file)
@@ -28,8 +28,9 @@ Contents:
 9. MS-DOS
 
 The currently preferred method is using the free Visual C++ Toolkit 2008
-|msvc-2008-express|.  If you need the executable to run on Windows 98 or ME,
-use the 2003 one |msvc-2003-toolkit|.
+|msvc-2008-express|, the produced binary runs on most MS-Windows systems.  If
+you need the executable to run on Windows 98 or ME, use the 2003 one
+|msvc-2003-toolkit|.
 
 
 1. Microsoft Visual C++
@@ -176,7 +177,7 @@ Visual C++ 2010 Express Edition can be downloaded for free from:
     http://www.microsoft.com/express/vc/Default.aspx
 This includes the IDE and the debugger.
 
-To set the environment execute the msvc2008.bat script.  You can then build
+To set the environment execute the msvc2010.bat script.  You can then build
 Vim with Make_mvc.mak.
 
 
index 38835bc03be77876bc81de7eadcfecf513e70b1b..93bfb5511a0061f3904ddbd5636b8edea838533f 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    209,
 /**/
     208,
 /**/