From 854a6e47a5eeabd177f23dae121c07e36c9eab38 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Apr 2012 04:55:07 +0000 Subject: * ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/win32/dln/extconf.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/-test-') diff --git a/ext/-test-/win32/dln/extconf.rb b/ext/-test-/win32/dln/extconf.rb index fb3e7cc508..06dbbecff3 100644 --- a/ext/-test-/win32/dln/extconf.rb +++ b/ext/-test-/win32/dln/extconf.rb @@ -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") -- cgit v1.2.3