1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-02-15 08:50:09 +01:00
slackware-current/source/ap/vim/patches/7.3.209
Patrick J Volkerding 9664bee729 Slackware 14.0
Wed Sep 26 01:10:42 UTC 2012
Slackware 14.0 x86_64 stable is released!

We're perfectionists here at Slackware, so this release has been a long
time a-brewing.  But we think you'll agree that it was worth the wait.
Slackware 14.0 combines modern components, ease of use, and flexible
configuration... our "KISS" philosophy demands it.

The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a
dual-sided
32-bit/64-bit x86/x86_64 DVD.  Please consider supporting the Slackware
project by picking up a copy from store.slackware.com.  We're taking
pre-orders now, and offer a discount if you sign up for a subscription.

Thanks to everyone who helped make this happen.  The Slackware team, the
upstream developers, and (of course) the awesome Slackware user
community.

Have fun!  :-)
2018-05-31 22:51:55 +02:00

95 lines
2.8 KiB
Text

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