Forwarding DLL for the Windows Installer version of ruby for 167-x
==================================================================

o Install

1) unpack mingw32-ruby16-to-mswin32-ruby16.zip.
2) put mingw32-ruby16.dll in the same directory as mswin32-ruby16.dll.

o Example (bdb-0.3.3)

1) unpack bdb-0.3.3-i386-mingw32.tar.gz.
2) copy usr\local\lib\ruby\site_ruby\1.6\i386-mingw32\bdb.so to
   c:\ruby\lib\ruby\site_ruby\1.6\i586-mswin32.
3) ruby -rbdb -e0

o How to build

1) build the mingw32 ruby.
2) ruby -lpe '$_ += "=mswin32-ruby16." + $_ if $. != 1' ruby.def >mswin32-ruby16.def
3) dllwrap -s -mno-cygwin --target=mingw32 --def=mswin32-ruby16.def -o mingw32-ruby16.dll

o URL
  http://www.ruby-lang.org/~eban/ruby/binaries/mingw/
  http://www.ruby-lang.org/~eban/ruby/binaries/mingw/ext/

--
WATANABE Hirofumi / eban@ruby-lang.org / eban@os.rim.or.jp
