tools/static_dependencies.pl
changeset 16 58fdbe891c31
parent 12 ab7598bdae30
child 22 76c5e260003e
--- 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;