]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.823 v7.3.823
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2013 12:34:19 +0000 (13:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2013 12:34:19 +0000 (13:34 +0100)
Problem:    Building with Cygwin: '-lsupc++' is not needed.
Solution:   Remove it. (Ken Takata)

src/Make_cyg.mak
src/version.c

index 7ba2f9dbf63ee9bd157e3151e44f3b9ec0e04d74..f4b27442de7cca77738ff5b155cf109edb5468fc 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile for VIM on Win32, using Cygnus gcc
-# Last updated by Dan Sharp.  Last Change: 2012 Jun 30
+# Last updated by Dan Sharp.  Last Change: 2013 Feb 17
 #
 # Also read INSTALLpc.txt!
 #
@@ -487,7 +487,7 @@ DEFINES += -DFEAT_OLE
 EXTRA_OBJS += $(OUTDIR)/if_ole.o
 EXTRA_LIBS += -loleaut32
 ifeq (yes, $(STATIC_STDCPLUS))
-EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -lsupc++ -Wl,-Bdynamic
+EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic
 else
 EXTRA_LIBS += -lstdc++
 endif
index 347d1b780936999c6388d140c435b97c8b7bef4a..ca9b00666d28a019a5688a3acc63c46aadd86c46 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    823,
 /**/
     822,
 /**/