We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37a2f5 commit 731a532Copy full SHA for 731a532
ext/-test-/win32/dln/extconf.rb
@@ -7,6 +7,7 @@
7
testdll = "dlntest.dll"
8
$cleanfiles << testdll
9
$cleanfiles << "dlntest.#{$LIBEXT}"
10
+ $cleanfiles << "libdlntest.#{$OBJEXT}"
11
config_string('cleanobjs') {|t| $cleanfiles.concat(t.gsub(/\$\*/, 'dlntest').split)}
12
13
create_makefile("-test-/win32/dln") do |m|
0 commit comments