mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Win32: clean extra object file
This commit is contained in:
parent
a37a2f5fef
commit
731a53253f
Notes:
git
2024-12-27 08:40:40 +00:00
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ if $mingw or $mswin
|
|||
testdll = "dlntest.dll"
|
||||
$cleanfiles << testdll
|
||||
$cleanfiles << "dlntest.#{$LIBEXT}"
|
||||
$cleanfiles << "libdlntest.#{$OBJEXT}"
|
||||
config_string('cleanobjs') {|t| $cleanfiles.concat(t.gsub(/\$\*/, 'dlntest').split)}
|
||||
|
||||
create_makefile("-test-/win32/dln") do |m|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue