File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#
22# Makefile for VIM on Win32, using Cygnus gcc
3- # Last updated by Dan Sharp. Last Change: 2012 Jun 30
3+ # Last updated by Dan Sharp. Last Change: 2013 Feb 17
44#
55# Also read INSTALLpc.txt!
66#
@@ -487,7 +487,7 @@ DEFINES += -DFEAT_OLE
487487EXTRA_OBJS += $(OUTDIR ) /if_ole.o
488488EXTRA_LIBS += -loleaut32
489489ifeq (yes, $(STATIC_STDCPLUS ) )
490- EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -lsupc++ - Wl,-Bdynamic
490+ EXTRA_LIBS += -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic
491491else
492492EXTRA_LIBS += -lstdc++
493493endif
Original file line number Diff line number Diff line change @@ -725,6 +725,8 @@ static char *(features[]) =
725725
726726static int included_patches [] =
727727{ /* Add new patch number below this line */
728+ /**/
729+ 823 ,
728730/**/
729731 822 ,
730732/**/
You can’t perform that action at this time.
0 commit comments