Karsten Hopp 02828e
To: vim_dev@googlegroups.com
Karsten Hopp 02828e
Subject: Patch 7.3.209
Karsten Hopp 02828e
Fcc: outbox
Karsten Hopp 02828e
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 02828e
Mime-Version: 1.0
Karsten Hopp 02828e
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 02828e
Content-Transfer-Encoding: 8bit
Karsten Hopp 02828e
------------
Karsten Hopp 02828e
Karsten Hopp 02828e
Patch 7.3.209
Karsten Hopp 02828e
Problem:    MSVC Install instructions point to wrong batch file.
Karsten Hopp 02828e
Solution:   Add a batch file for use with MSVC 10.
Karsten Hopp 02828e
Files:      src/msvc2010.bat, src/INSTALLpc.txt, Filelist
Karsten Hopp 02828e
Karsten Hopp 02828e
Karsten Hopp 02828e
*** ../mercurial/vim73/src/msvc2010.bat	2011-06-12 20:35:31.000000000 +0200
Karsten Hopp 02828e
--- src/msvc2010.bat	2011-06-09 05:08:35.000000000 +0200
Karsten Hopp 02828e
***************
Karsten Hopp 02828e
*** 0 ****
Karsten Hopp 02828e
--- 1,7 ----
Karsten Hopp 02828e
+ @echo off
Karsten Hopp 02828e
+ rem To be used on MS-Windows for Visual C++ 2010 Express Edition
Karsten Hopp 02828e
+ rem   aka Microsoft Visual Studio 10.0.
Karsten Hopp 02828e
+ rem See INSTALLpc.txt for information.
Karsten Hopp 02828e
+ @echo on
Karsten Hopp 02828e
+ 
Karsten Hopp 02828e
+ call "%VS100COMNTOOLS%%vsvars32.bat"
Karsten Hopp 02828e
*** ../mercurial/vim73/src/INSTALLpc.txt	2010-08-16 21:23:30.000000000 +0200
Karsten Hopp 02828e
--- src/INSTALLpc.txt	2011-06-08 06:47:46.000000000 +0200
Karsten Hopp 02828e
***************
Karsten Hopp 02828e
*** 28,35 ****
Karsten Hopp 02828e
  9. MS-DOS
Karsten Hopp 02828e
  
Karsten Hopp 02828e
  The currently preferred method is using the free Visual C++ Toolkit 2008
Karsten Hopp 02828e
! |msvc-2008-express|.  If you need the executable to run on Windows 98 or ME,
Karsten Hopp 02828e
! use the 2003 one |msvc-2003-toolkit|.
Karsten Hopp 02828e
  
Karsten Hopp 02828e
  
Karsten Hopp 02828e
  1. Microsoft Visual C++
Karsten Hopp 02828e
--- 28,36 ----
Karsten Hopp 02828e
  9. MS-DOS
Karsten Hopp 02828e
  
Karsten Hopp 02828e
  The currently preferred method is using the free Visual C++ Toolkit 2008
Karsten Hopp 02828e
! |msvc-2008-express|, the produced binary runs on most MS-Windows systems.  If
Karsten Hopp 02828e
! you need the executable to run on Windows 98 or ME, use the 2003 one
Karsten Hopp 02828e
! |msvc-2003-toolkit|.
Karsten Hopp 02828e
  
Karsten Hopp 02828e
  
Karsten Hopp 02828e
  1. Microsoft Visual C++
Karsten Hopp 02828e
***************
Karsten Hopp 02828e
*** 176,182 ****
Karsten Hopp 02828e
      http://www.microsoft.com/express/vc/Default.aspx
Karsten Hopp 02828e
  This includes the IDE and the debugger.
Karsten Hopp 02828e
  
Karsten Hopp 02828e
! To set the environment execute the msvc2008.bat script.  You can then build
Karsten Hopp 02828e
  Vim with Make_mvc.mak.
Karsten Hopp 02828e
  
Karsten Hopp 02828e
  
Karsten Hopp 02828e
--- 177,183 ----
Karsten Hopp 02828e
      http://www.microsoft.com/express/vc/Default.aspx
Karsten Hopp 02828e
  This includes the IDE and the debugger.
Karsten Hopp 02828e
  
Karsten Hopp 02828e
! To set the environment execute the msvc2010.bat script.  You can then build
Karsten Hopp 02828e
  Vim with Make_mvc.mak.
Karsten Hopp 02828e
  
Karsten Hopp 02828e
  
Karsten Hopp 02828e
*** ../mercurial/vim73/Filelist	2011-05-19 13:40:47.000000000 +0200
Karsten Hopp 02828e
--- Filelist	2011-06-09 05:17:25.000000000 +0200
Karsten Hopp 02828e
***************
Karsten Hopp 02828e
*** 262,267 ****
Karsten Hopp 02828e
--- 262,268 ----
Karsten Hopp 02828e
  		src/bigvim.bat \
Karsten Hopp 02828e
  		src/msvcsetup.bat \
Karsten Hopp 02828e
  		src/msvc2008.bat \
Karsten Hopp 02828e
+ 		src/msvc2010.bat \
Karsten Hopp 02828e
  		src/dimm.idl \
Karsten Hopp 02828e
  		src/dlldata.c \
Karsten Hopp 02828e
  		src/dosinst.c \
Karsten Hopp 02828e
*** ../vim-7.3.208/src/version.c	2011-06-12 20:33:30.000000000 +0200
Karsten Hopp 02828e
--- src/version.c	2011-06-12 20:34:44.000000000 +0200
Karsten Hopp 02828e
***************
Karsten Hopp 02828e
*** 711,712 ****
Karsten Hopp 02828e
--- 711,714 ----
Karsten Hopp 02828e
  {   /* Add new patch number below this line */
Karsten Hopp 02828e
+ /**/
Karsten Hopp 02828e
+     209,
Karsten Hopp 02828e
  /**/
Karsten Hopp 02828e
Karsten Hopp 02828e
-- 
Karsten Hopp 02828e
"Hit any key to continue" is a lie.
Karsten Hopp 02828e
Karsten Hopp 02828e
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 02828e
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 02828e
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 02828e
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///