From a906a9d9bebe795eefc3811884c3249ca80e347b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 20 May 2012 03:25:14 +0000 Subject: Bug #6462: EXTSOLIBS * Makefile.in (LIBRUBY_SO): link EXTSOLIBS too. * ext/extmk.rb (mf.macro): use EXTSOLIBS instead of SOLIBS to get rid of discard libraries needed by default. [Bug #6462] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 710e146915..acc2efff89 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -222,6 +222,9 @@ RFLAGS = -r !if !defined(EXTLIBS) EXTLIBS = !endif +!if !defined(EXTSOLIBS) +EXTSOLIBS = +!endif !if !defined(LIBS) LIBS = oldnames.lib user32.lib advapi32.lib shell32.lib ws2_32.lib imagehlp.lib $(EXTLIBS) !endif -- cgit v1.2.3