home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.1 / 7.1.321 < prev    next >
Encoding:
Internet Message Format  |  2008-06-19  |  2.5 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.1.321 (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.1.321 (extra)
  11. Problem:    Win32 / Win64: Install file is outdated.
  12. Solution:   Update the text for recent compiler. (George Reilly)
  13. Files:        src/INSTALLpc.txt
  14.  
  15.  
  16. *** ../vim-7.1.320/src/INSTALLpc.txt    Sun Mar 16 14:52:53 2008
  17. --- src/INSTALLpc.txt    Fri Jun 20 13:39:35 2008
  18. ***************
  19. *** 36,42 ****
  20.   Visual Studio
  21.   -------------
  22.   
  23. ! Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, and VS .NET 2005)
  24.   is straightforward. (These instructions should also work for VS 4 and VS 5.)
  25.   
  26.   To build Vim from the command line with MSVC, use Make_mvc.mak.
  27. --- 36,42 ----
  28.   Visual Studio
  29.   -------------
  30.   
  31. ! Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, VS 2005, and VS 2008)
  32.   is straightforward. (These instructions should also work for VS 4 and VS 5.)
  33.   
  34.   To build Vim from the command line with MSVC, use Make_mvc.mak.
  35. ***************
  36. *** 139,145 ****
  37.   is also available through the Platform SDK, |ms-platform-sdk|.
  38.   
  39.   
  40. ! Visual C++ 2005 Express Edition
  41.   -------------------------------
  42.   
  43.   Visual C++ 2005 Express Edition can be downloaded for free from:
  44. --- 139,145 ----
  45.   is also available through the Platform SDK, |ms-platform-sdk|.
  46.   
  47.   
  48. ! Visual C++ 2005 Express Edition       *msvc-2005-express*
  49.   -------------------------------
  50.   
  51.   Visual C++ 2005 Express Edition can be downloaded for free from:
  52. ***************
  53. *** 159,164 ****
  54. --- 159,172 ----
  55.   This includes the IDE and the debugger. You can build Vim with Make_mvc.mak.
  56.   
  57.   
  58. + Visual C++ 2008 Express Edition       *msvc-2008-express*
  59. + -------------------------------
  60. + Visual C++ 2008 Express Edition can be downloaded for free from:
  61. +     http://msdn2.microsoft.com/en-us/express/default.aspx
  62. + This includes the IDE and the debugger. You can build Vim with Make_mvc.mak.
  63.   2. MinGW
  64.   ========
  65.   
  66. *** ../vim-7.1.320/src/version.c    Fri Jun 20 16:31:45 2008
  67. --- src/version.c    Fri Jun 20 16:50:50 2008
  68. ***************
  69. *** 668,669 ****
  70. --- 673,676 ----
  71.   {   /* Add new patch number below this line */
  72. + /**/
  73. +     321,
  74.   /**/
  75.  
  76. -- 
  77. CVS sux, men don't like commitment
  78.  
  79.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  80. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  81. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  82.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  83.