summaryrefslogtreecommitdiffstats
path: root/src/INSTALLpc.txt
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
commit536d95f6171b75093e7dc2894144a9bd44a85895 (patch)
treeb1250f138795bf4456f4bdeb7737150e805e54b0 /src/INSTALLpc.txt
parentd8644bd64645f2ba64aeac44d22126d2fd63afc3 (diff)
updated for version 7.3.209v7.3.209
Problem: MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10.
Diffstat (limited to 'src/INSTALLpc.txt')
-rw-r--r--src/INSTALLpc.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt
index a698b357dd..124bdc3b9d 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.