Commit d149d3cf authored by Alexandre Julliard's avatar Alexandre Julliard

Removed debug trace.

parent f096fa3a
......@@ -78,7 +78,6 @@ foreach my $i (split(/\s/,$makefiles))
my @list = split(/\s+/,$specs);
@list = map { $_ =~ s/\.spec$//; $_ .= ".dll" unless $_ =~ /\./; $_; } @list;
$altnames{$module} = \@list;
printf "\"$specs\" -> %s\n", join(',',@list);
next;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment