ruby-changes:28068
From: nobu <ko1@a...>
Date: Fri, 5 Apr 2013 16:46:41 +0900 (JST)
Subject: [ruby-changes:28068] nobu:r40120 (trunk): ext/-test-/win32/dln: remove static library
nobu 2013-04-05 16:46:29 +0900 (Fri, 05 Apr 2013) New Revision: 40120 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40120 Log: ext/-test-/win32/dln: remove static library * ext/-test-/win32/dln/extconf.rb: remove static library too at clean. Modified files: trunk/ext/-test-/win32/dln/extconf.rb Index: ext/-test-/win32/dln/extconf.rb =================================================================== --- ext/-test-/win32/dln/extconf.rb (revision 40119) +++ ext/-test-/win32/dln/extconf.rb (revision 40120) @@ -2,6 +2,7 @@ if $mingw or $mswin https://github.com/ruby/ruby/blob/trunk/ext/-test-/win32/dln/extconf.rb#L2 $objs = ["dlntest.o"] testdll = "$(topdir)/dlntest.dll" $cleanfiles << testdll + $cleanfiles << "dlntest.#{$LIBEXT}" config_string('cleanobjs') {|t| $cleanfiles.concat(t.gsub(/\$\*/, 'dlntest').split)} create_makefile("-test-/win32/dln") -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/