summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-12 14:58:07 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-12 14:58:07 +0000
commit2d46553ffaba8ef7da4921a955ea9ffa8a7d178e (patch)
tree6c8df6675fd5b31032bcd3afe131ce2e9e7d083d /win32
parent97208f2b34ad675d661938c865bb2202f52ff76c (diff)
* 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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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)