From 6071fcc527611ef80ce11c62bd103d480601668c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Apr 2005 10:25:41 +0000 Subject: * configure.in (mingw32): use actual runtime DLL name as ruby DLL name and default load path. * win32/Makefile.sub, win32/setup.mak: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a12808bfa..82fc16e4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Apr 13 19:25:31 2005 Nobuyoshi Nakada + + * configure.in (mingw32): use actual runtime DLL name as ruby DLL + name and default load path. + + * win32/Makefile.sub, win32/setup.mak: ditto. + Tue Apr 12 19:30:36 2005 Nobuyoshi Nakada * lib/optparse.rb (OptionParser#make_switch, OptionParser#order!): -- cgit