ruby-changes:23306
From: nobu <ko1@a...>
Date: Tue, 17 Apr 2012 13:55:19 +0900 (JST)
Subject: [ruby-changes:23306] nobu:r35357 (trunk): * ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.
nobu 2012-04-17 13:55:07 +0900 (Tue, 17 Apr 2012) New Revision: 35357 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35357 Log: * ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles. Modified files: trunk/ext/-test-/win32/dln/extconf.rb Index: ext/-test-/win32/dln/extconf.rb =================================================================== --- ext/-test-/win32/dln/extconf.rb (revision 35356) +++ ext/-test-/win32/dln/extconf.rb (revision 35357) @@ -1,5 +1,7 @@ if /mswin|mingw/ =~ RUBY_PLATFORM $objs = ["dlntest.o"] + $cleanfiles << "$(topdir)/dlntest.dll" + $cleanfiles.concat(config_string('cleanobjs') {|t| t.gsub(/\$\*/, 'dlntest')}.split) create_makefile("-test-/win32/dln") m = File.read("Makefile") -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/