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: 2013 Sep 19
3+ # Last updated by Dan Sharp. Last Change: 2013 Nov 28
44#
55# Also read INSTALLpc.txt!
66#
@@ -272,7 +272,7 @@ ifeq (yes, $(DYNAMIC_RUBY))
272272DEFINES += -DDYNAMIC_RUBY -DDYNAMIC_RUBY_DLL=\"$(RUBY_INSTALL_NAME ) .dll\"
273273DEFINES += -DDYNAMIC_RUBY_VER=$(RUBY_VER )
274274else
275- EXTRA_LIBS += $(RUBY ) /lib/$(RUBY_INSTALL_NAME ) .lib
275+ EXTRA_LIBS += $(RUBY ) /lib/$(RUBY_INSTALL_NAME )
276276endif
277277endif
278278
Original file line number Diff line number Diff line change @@ -738,6 +738,8 @@ static char *(features[]) =
738738
739739static int included_patches [] =
740740{ /* Add new patch number below this line */
741+ /**/
742+ 106 ,
741743/**/
742744 105 ,
743745/**/
You can’t perform that action at this time.
0 commit comments