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.3 / 7.3.823 < prev    next >
Encoding:
Internet Message Format  |  2013-02-19  |  2.0 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.823
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.823 (after 7.3.821)
  11. Problem:    Building with Cygwin: '-lsupc++' is not needed.
  12. Solution:   Remove it. (Ken Takata)
  13. Files:        src/Make_cyg.mak
  14.  
  15.  
  16. *** ../vim-7.3.822/src/Make_cyg.mak    2013-02-16 18:16:11.000000000 +0100
  17. --- src/Make_cyg.mak    2013-02-17 15:04:05.000000000 +0100
  18. ***************
  19. *** 1,6 ****
  20.   #
  21.   # Makefile for VIM on Win32, using Cygnus gcc
  22. ! # Last updated by Dan Sharp.  Last Change: 2012 Jun 30
  23.   #
  24.   # Also read INSTALLpc.txt!
  25.   #
  26. --- 1,6 ----
  27.   #
  28.   # Makefile for VIM on Win32, using Cygnus gcc
  29. ! # Last updated by Dan Sharp.  Last Change: 2013 Feb 17
  30.   #
  31.   # Also read INSTALLpc.txt!
  32.   #
  33. ***************
  34. *** 487,493 ****
  35.   EXTRA_OBJS += $(OUTDIR)/if_ole.o
  36.   EXTRA_LIBS += -loleaut32
  37.   ifeq (yes, $(STATIC_STDCPLUS))
  38. ! EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -lsupc++ -Wl,-Bdynamic
  39.   else
  40.   EXTRA_LIBS += -lstdc++
  41.   endif
  42. --- 487,493 ----
  43.   EXTRA_OBJS += $(OUTDIR)/if_ole.o
  44.   EXTRA_LIBS += -loleaut32
  45.   ifeq (yes, $(STATIC_STDCPLUS))
  46. ! EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic
  47.   else
  48.   EXTRA_LIBS += -lstdc++
  49.   endif
  50. *** ../vim-7.3.822/src/version.c    2013-02-17 15:45:34.000000000 +0100
  51. --- src/version.c    2013-02-20 13:33:42.000000000 +0100
  52. ***************
  53. *** 727,728 ****
  54. --- 727,730 ----
  55.   {   /* Add new patch number below this line */
  56. + /**/
  57. +     823,
  58.   /**/
  59.  
  60. -- 
  61. ARTHUR:       Now stand aside worthy adversary.
  62. BLACK KNIGHT: (Glancing at his shoulder) 'Tis but a scratch.
  63. ARTHUR:       A scratch?  Your arm's off.
  64.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  65.  
  66.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  67. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  68. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  69.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  70.