]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.101
- new
[packages/vim.git] / 7.2.101
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.101 (extra)
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.101 (extra)
11 Problem:    MSVC version not recognized.
12 Solution:   Add the version number to the list.  (Zhong Zhang)
13 Files:      src/Make_mvc.mak
14
15
16 *** ../vim-7.2.100/src/Make_mvc.mak     Thu Jul 24 20:49:58 2008
17 --- src/Make_mvc.mak    Wed Feb  4 18:32:47 2009
18 ***************
19 *** 354,359 ****
20 --- 354,362 ----
21   !if "$(_NMAKE_VER)" == "9.00.21022.08"
22   MSVCVER = 9.0
23   !endif
24 + !if "$(_NMAKE_VER)" == "9.00.30729.01"
25 + MSVCVER = 9.0
26 + !endif
27   !endif
28   
29   # Abort bulding VIM if version of VC is unrecognised.
30 *** ../vim-7.2.100/src/version.c        Wed Feb  4 17:49:46 2009
31 --- src/version.c       Wed Feb  4 18:34:12 2009
32 ***************
33 *** 678,679 ****
34 --- 678,681 ----
35   {   /* Add new patch number below this line */
36 + /**/
37 +     101,
38   /**/
39
40 -- 
41 Light travels faster than sound.  This is why some people
42 appear bright until you hear them speak
43
44  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
45 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
46 \\\        download, build and distribute -- http://www.A-A-P.org        ///
47  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.035789 seconds and 3 git commands to generate.