]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-321 v7.1.321
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Jun 2008 14:52:32 +0000 (14:52 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Jun 2008 14:52:32 +0000 (14:52 +0000)
src/INSTALLpc.txt
src/version.c

index f256ac13ded144b1173342cfd1c7aeb8dec78b87..2c4102624a27b4187d7a3bfbba6a52c19d81f2bb 100644 (file)
@@ -36,7 +36,7 @@ The currently preferred method is using the free Visual C++ Toolkit 2003.
 Visual Studio
 -------------
 
-Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, and VS .NET 2005)
+Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, VS 2005, and VS 2008)
 is straightforward. (These instructions should also work for VS 4 and VS 5.)
 
 To build Vim from the command line with MSVC, use Make_mvc.mak.
@@ -139,7 +139,7 @@ to debug Vim itself. An earlier version of the Debugging Tools
 is also available through the Platform SDK, |ms-platform-sdk|.
 
 
-Visual C++ 2005 Express Edition
+Visual C++ 2005 Express Edition       *msvc-2005-express*
 -------------------------------
 
 Visual C++ 2005 Express Edition can be downloaded for free from:
@@ -159,6 +159,14 @@ Visual C++ 2008 Express Edition can be downloaded for free from:
 This includes the IDE and the debugger. You can build Vim with Make_mvc.mak.
 
 
+Visual C++ 2008 Express Edition       *msvc-2008-express*
+-------------------------------
+
+Visual C++ 2008 Express Edition can be downloaded for free from:
+    http://msdn2.microsoft.com/en-us/express/default.aspx
+This includes the IDE and the debugger. You can build Vim with Make_mvc.mak.
+
+
 2. MinGW
 ========
 
index be037615a2be41f052c3eedaa04cf6477acde041..dc2d995d220b6c53cca54fc91f51078f56a23c1a 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    321,
 /**/
     320,
 /**/