Win32: clean extra object file

This commit is contained in:
Nobuyoshi Nakada 2024-12-27 12:33:28 +09:00
parent a37a2f5fef
commit 731a53253f
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-12-27 08:40:40 +00:00

View File

@ -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|