summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2011-06-12 20:36:09 +0200
committerBram Moolenaar <bram@vim.org>2011-06-12 20:36:09 +0200
commit68b0083886c4ac261e643b3ac62a8e3698ffae46 (patch)
treefcb9e42ecf9b7ef31740d10dc9c56092a1af4221
parent2d3cc03b769750b352d19fc4591c3e3999fa2d03 (diff)
downloadvim-68b0083886c4ac261e643b3ac62a8e3698ffae46.tar.gz
updated for version 7.3.209v7.3.209v7-3-209
Problem: MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10.
-rw-r--r--Filelist1
-rw-r--r--src/INSTALLpc.txt7
-rw-r--r--src/version.c2
3 files changed, 7 insertions, 3 deletions
diff --git a/Filelist b/Filelist
index 37822bcb..221137d7 100644
--- 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 \
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt
index a698b357..124bdc3b 100644
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -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.
diff --git a/src/version.c b/src/version.c
index 38835bc0..93bfb551 100644
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 209,
+/**/
208,
/**/
207,