]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.209
- new
[packages/vim.git] / 7.3.209
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.209
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.209
11 Problem:    MSVC Install instructions point to wrong batch file.
12 Solution:   Add a batch file for use with MSVC 10.
13 Files:      src/msvc2010.bat, src/INSTALLpc.txt, Filelist
14
15
16 *** ../mercurial/vim73/src/msvc2010.bat 2011-06-12 20:35:31.000000000 +0200
17 --- src/msvc2010.bat    2011-06-09 05:08:35.000000000 +0200
18 ***************
19 *** 0 ****
20 --- 1,7 ----
21 + @echo off
22 + rem To be used on MS-Windows for Visual C++ 2010 Express Edition
23 + rem   aka Microsoft Visual Studio 10.0.
24 + rem See INSTALLpc.txt for information.
25 + @echo on
26
27 + call "%VS100COMNTOOLS%%vsvars32.bat"
28 *** ../mercurial/vim73/src/INSTALLpc.txt        2010-08-16 21:23:30.000000000 +0200
29 --- src/INSTALLpc.txt   2011-06-08 06:47:46.000000000 +0200
30 ***************
31 *** 28,35 ****
32   9. MS-DOS
33   
34   The currently preferred method is using the free Visual C++ Toolkit 2008
35 ! |msvc-2008-express|.  If you need the executable to run on Windows 98 or ME,
36 ! use the 2003 one |msvc-2003-toolkit|.
37   
38   
39   1. Microsoft Visual C++
40 --- 28,36 ----
41   9. MS-DOS
42   
43   The currently preferred method is using the free Visual C++ Toolkit 2008
44 ! |msvc-2008-express|, the produced binary runs on most MS-Windows systems.  If
45 ! you need the executable to run on Windows 98 or ME, use the 2003 one
46 ! |msvc-2003-toolkit|.
47   
48   
49   1. Microsoft Visual C++
50 ***************
51 *** 176,182 ****
52       http://www.microsoft.com/express/vc/Default.aspx
53   This includes the IDE and the debugger.
54   
55 ! To set the environment execute the msvc2008.bat script.  You can then build
56   Vim with Make_mvc.mak.
57   
58   
59 --- 177,183 ----
60       http://www.microsoft.com/express/vc/Default.aspx
61   This includes the IDE and the debugger.
62   
63 ! To set the environment execute the msvc2010.bat script.  You can then build
64   Vim with Make_mvc.mak.
65   
66   
67 *** ../mercurial/vim73/Filelist 2011-05-19 13:40:47.000000000 +0200
68 --- Filelist    2011-06-09 05:17:25.000000000 +0200
69 ***************
70 *** 262,267 ****
71 --- 262,268 ----
72                 src/bigvim.bat \
73                 src/msvcsetup.bat \
74                 src/msvc2008.bat \
75 +               src/msvc2010.bat \
76                 src/dimm.idl \
77                 src/dlldata.c \
78                 src/dosinst.c \
79 *** ../vim-7.3.208/src/version.c        2011-06-12 20:33:30.000000000 +0200
80 --- src/version.c       2011-06-12 20:34:44.000000000 +0200
81 ***************
82 *** 711,712 ****
83 --- 711,714 ----
84   {   /* Add new patch number below this line */
85 + /**/
86 +     209,
87   /**/
88
89 -- 
90 "Hit any key to continue" is a lie.
91
92  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
93 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
94 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
95  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.032196 seconds and 3 git commands to generate.