Win32: clean extra object file
This commit is contained in:
parent
a37a2f5fef
commit
731a53253f
Notes:
git
2024-12-27 08:40:40 +00:00
@ -7,6 +7,7 @@ if $mingw or $mswin
|
|||||||
testdll = "dlntest.dll"
|
testdll = "dlntest.dll"
|
||||||
$cleanfiles << testdll
|
$cleanfiles << testdll
|
||||||
$cleanfiles << "dlntest.#{$LIBEXT}"
|
$cleanfiles << "dlntest.#{$LIBEXT}"
|
||||||
|
$cleanfiles << "libdlntest.#{$OBJEXT}"
|
||||||
config_string('cleanobjs') {|t| $cleanfiles.concat(t.gsub(/\$\*/, 'dlntest').split)}
|
config_string('cleanobjs') {|t| $cleanfiles.concat(t.gsub(/\$\*/, 'dlntest').split)}
|
||||||
|
|
||||||
create_makefile("-test-/win32/dln") do |m|
|
create_makefile("-test-/win32/dln") do |m|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user