|
Karsten Hopp |
bfcbea |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
bfcbea |
Subject: Patch 7.3.500
|
|
Karsten Hopp |
bfcbea |
Fcc: outbox
|
|
Karsten Hopp |
bfcbea |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
bfcbea |
Mime-Version: 1.0
|
|
Karsten Hopp |
bfcbea |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
bfcbea |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
bfcbea |
------------
|
|
Karsten Hopp |
bfcbea |
|
|
Karsten Hopp |
bfcbea |
Patch 7.3.500
|
|
Karsten Hopp |
bfcbea |
Problem: Ming makefile unconditionally sets WINVER.
|
|
Karsten Hopp |
bfcbea |
Solution: Only defined when not already defined. (Yasuhiro Matsumoto)
|
|
Karsten Hopp |
bfcbea |
Files: src/Make_ming.mak
|
|
Karsten Hopp |
bfcbea |
|
|
Karsten Hopp |
bfcbea |
|
|
Karsten Hopp |
bfcbea |
*** ../vim-7.3.499/src/Make_ming.mak 2012-03-28 17:43:06.000000000 +0200
|
|
Karsten Hopp |
bfcbea |
--- src/Make_ming.mak 2012-04-20 16:03:50.000000000 +0200
|
|
Karsten Hopp |
bfcbea |
***************
|
|
Karsten Hopp |
bfcbea |
*** 51,57 ****
|
|
Karsten Hopp |
bfcbea |
--- 51,59 ----
|
|
Karsten Hopp |
bfcbea |
# set to yes to enable OLE support
|
|
Karsten Hopp |
bfcbea |
OLE=no
|
|
Karsten Hopp |
bfcbea |
# Set the default $(WINVER) to make it work with pre-Win2k
|
|
Karsten Hopp |
bfcbea |
+ ifndef WINVER
|
|
Karsten Hopp |
bfcbea |
WINVER = 0x0400
|
|
Karsten Hopp |
bfcbea |
+ endif
|
|
Karsten Hopp |
bfcbea |
# Set to yes to enable Cscope support
|
|
Karsten Hopp |
bfcbea |
CSCOPE=yes
|
|
Karsten Hopp |
bfcbea |
# Set to yes to enable Netbeans support
|
|
Karsten Hopp |
bfcbea |
*** ../vim-7.3.499/src/version.c 2012-04-20 15:55:10.000000000 +0200
|
|
Karsten Hopp |
bfcbea |
--- src/version.c 2012-04-20 16:12:34.000000000 +0200
|
|
Karsten Hopp |
bfcbea |
***************
|
|
Karsten Hopp |
bfcbea |
*** 716,717 ****
|
|
Karsten Hopp |
bfcbea |
--- 716,719 ----
|
|
Karsten Hopp |
bfcbea |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
bfcbea |
+ /**/
|
|
Karsten Hopp |
bfcbea |
+ 500,
|
|
Karsten Hopp |
bfcbea |
/**/
|
|
Karsten Hopp |
bfcbea |
|
|
Karsten Hopp |
bfcbea |
--
|
|
Karsten Hopp |
bfcbea |
Life is a gift, living is an art. (Bram Moolenaar)
|
|
Karsten Hopp |
bfcbea |
|
|
Karsten Hopp |
bfcbea |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
bfcbea |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
bfcbea |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
bfcbea |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|