From c3f2cc5335bdb6eb858a499054db07d2a8bf2387 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 5 Apr 2013 07:46:29 +0000 Subject: ext/-test-/win32/dln: remove static library * ext/-test-/win32/dln/extconf.rb: remove static library too at clean. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/win32/dln/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/-test-') diff --git a/ext/-test-/win32/dln/extconf.rb b/ext/-test-/win32/dln/extconf.rb index 0b5089af14..57cee23b40 100644 --- a/ext/-test-/win32/dln/extconf.rb +++ b/ext/-test-/win32/dln/extconf.rb @@ -2,6 +2,7 @@ if $mingw or $mswin $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") -- cgit v1.2.3