From 2d46553ffaba8ef7da4921a955ea9ffa8a7d178e Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 12 Jul 2008 14:58:07 +0000 Subject: * win32/Makefile.sub (LIBRUBY_DLDFLAGS): import library which created with DLL is broken. save import library which created by lib.exe and install it. fixed the problem mentioned at the postscript of [ruby-dev:35448] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index edaeb38366..0dadb0ccb4 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -194,7 +194,7 @@ DLDFLAGS = $(LDFLAGS) -dll SOLIBS = LIBRUBY_LDSHARED = $(LDSHARED) -LIBRUBY_DLDFLAGS = $(EXTLDFLAGS) -def:$(RUBYDEF) +LIBRUBY_DLDFLAGS = $(EXTLDFLAGS) -implib:dummy.lib -def:$(RUBYDEF) EXEEXT = .exe !if !defined(PROGRAM) -- cgit v1.2.3