From f594f850a495da1d73dc8586301a76135eec8cf1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Sep 2006 19:48:22 +0000 Subject: * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. * mkconfig.rb, ext/extmk.rb, lib/mkmf.rb, win32/mkexports.rb: suppress warnings with $VERBOSE. * win32/resource.rb: only file which has more than one icon is DLL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/mkexports.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'win32/mkexports.rb') diff --git a/win32/mkexports.rb b/win32/mkexports.rb index 69131da3df..e92aae0422 100644 --- a/win32/mkexports.rb +++ b/win32/mkexports.rb @@ -1,5 +1,7 @@ #!./miniruby -s +$name = $library = $description = nil + module RbConfig autoload :CONFIG, "rbconfig" end @@ -130,5 +132,5 @@ end END { exports = Exports.extract(ARGV) - Exports.output {|f| f.puts exports} + Exports.output {|f| f.puts(*exports)} } -- cgit v1.2.3