diff -r 330c2ceccdc6 -r 58fdbe891c31 tools/static_dependencies.pl --- a/tools/static_dependencies.pl Sun Oct 10 18:43:39 2010 +0100 +++ b/tools/static_dependencies.pl Sun Oct 10 20:19:00 2010 +0100 @@ -69,7 +69,9 @@ my @imports; foreach my $line (@elftran) { - if ($line =~ /imports from (\S+)\{000a0000\}(\S+)$/) + # 2 imports from backend{00010001}[102828d5].dll + # 17 imports from dfpaeabi{000a0000}.dll + if ($line =~ /imports from (\S+)\{.{8}\}(\S+)$/) { push @imports, $1.$2; next;