mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
d0536f6514
commit
c3f2cc5335
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue