|
Karsten Hopp |
cf355a |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
cf355a |
Subject: Patch 7.3.823
|
|
Karsten Hopp |
cf355a |
Fcc: outbox
|
|
Karsten Hopp |
cf355a |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
cf355a |
Mime-Version: 1.0
|
|
Karsten Hopp |
cf355a |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
cf355a |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
cf355a |
------------
|
|
Karsten Hopp |
cf355a |
|
|
Karsten Hopp |
cf355a |
Patch 7.3.823 (after 7.3.821)
|
|
Karsten Hopp |
cf355a |
Problem: Building with Cygwin: '-lsupc++' is not needed.
|
|
Karsten Hopp |
cf355a |
Solution: Remove it. (Ken Takata)
|
|
Karsten Hopp |
cf355a |
Files: src/Make_cyg.mak
|
|
Karsten Hopp |
cf355a |
|
|
Karsten Hopp |
cf355a |
|
|
Karsten Hopp |
cf355a |
*** ../vim-7.3.822/src/Make_cyg.mak 2013-02-16 18:16:11.000000000 +0100
|
|
Karsten Hopp |
cf355a |
--- src/Make_cyg.mak 2013-02-17 15:04:05.000000000 +0100
|
|
Karsten Hopp |
cf355a |
***************
|
|
Karsten Hopp |
cf355a |
*** 1,6 ****
|
|
Karsten Hopp |
cf355a |
#
|
|
Karsten Hopp |
cf355a |
# Makefile for VIM on Win32, using Cygnus gcc
|
|
Karsten Hopp |
cf355a |
! # Last updated by Dan Sharp. Last Change: 2012 Jun 30
|
|
Karsten Hopp |
cf355a |
#
|
|
Karsten Hopp |
cf355a |
# Also read INSTALLpc.txt!
|
|
Karsten Hopp |
cf355a |
#
|
|
Karsten Hopp |
cf355a |
--- 1,6 ----
|
|
Karsten Hopp |
cf355a |
#
|
|
Karsten Hopp |
cf355a |
# Makefile for VIM on Win32, using Cygnus gcc
|
|
Karsten Hopp |
cf355a |
! # Last updated by Dan Sharp. Last Change: 2013 Feb 17
|
|
Karsten Hopp |
cf355a |
#
|
|
Karsten Hopp |
cf355a |
# Also read INSTALLpc.txt!
|
|
Karsten Hopp |
cf355a |
#
|
|
Karsten Hopp |
cf355a |
***************
|
|
Karsten Hopp |
cf355a |
*** 487,493 ****
|
|
Karsten Hopp |
cf355a |
EXTRA_OBJS += $(OUTDIR)/if_ole.o
|
|
Karsten Hopp |
cf355a |
EXTRA_LIBS += -loleaut32
|
|
Karsten Hopp |
cf355a |
ifeq (yes, $(STATIC_STDCPLUS))
|
|
Karsten Hopp |
cf355a |
! EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -lsupc++ -Wl,-Bdynamic
|
|
Karsten Hopp |
cf355a |
else
|
|
Karsten Hopp |
cf355a |
EXTRA_LIBS += -lstdc++
|
|
Karsten Hopp |
cf355a |
endif
|
|
Karsten Hopp |
cf355a |
--- 487,493 ----
|
|
Karsten Hopp |
cf355a |
EXTRA_OBJS += $(OUTDIR)/if_ole.o
|
|
Karsten Hopp |
cf355a |
EXTRA_LIBS += -loleaut32
|
|
Karsten Hopp |
cf355a |
ifeq (yes, $(STATIC_STDCPLUS))
|
|
Karsten Hopp |
cf355a |
! EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic
|
|
Karsten Hopp |
cf355a |
else
|
|
Karsten Hopp |
cf355a |
EXTRA_LIBS += -lstdc++
|
|
Karsten Hopp |
cf355a |
endif
|
|
Karsten Hopp |
cf355a |
*** ../vim-7.3.822/src/version.c 2013-02-17 15:45:34.000000000 +0100
|
|
Karsten Hopp |
cf355a |
--- src/version.c 2013-02-20 13:33:42.000000000 +0100
|
|
Karsten Hopp |
cf355a |
***************
|
|
Karsten Hopp |
cf355a |
*** 727,728 ****
|
|
Karsten Hopp |
cf355a |
--- 727,730 ----
|
|
Karsten Hopp |
cf355a |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
cf355a |
+ /**/
|
|
Karsten Hopp |
cf355a |
+ 823,
|
|
Karsten Hopp |
cf355a |
/**/
|
|
Karsten Hopp |
cf355a |
|
|
Karsten Hopp |
cf355a |
--
|
|
Karsten Hopp |
cf355a |
ARTHUR: Now stand aside worthy adversary.
|
|
Karsten Hopp |
cf355a |
BLACK KNIGHT: (Glancing at his shoulder) 'Tis but a scratch.
|
|
Karsten Hopp |
cf355a |
ARTHUR: A scratch? Your arm's off.
|
|
Karsten Hopp |
cf355a |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
Karsten Hopp |
cf355a |
|
|
Karsten Hopp |
cf355a |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
cf355a |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
cf355a |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
cf355a |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|