summaryrefslogtreecommitdiffstats
path: root/copy_dlls
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-22 19:53:21 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-22 19:53:21 +0200
commit6e7e9be94a4847e3dc1076d99966a17fe1019318 (patch)
tree0b7c6c5bd87e0f4dcd20fc2d1027db3e5d7e59ad /copy_dlls
parentac4d4dab7fac24bc49937c1e93eb95dcf8a16785 (diff)
downloadqpdf-6e7e9be94a4847e3dc1076d99966a17fe1019318.tar.zst
retest windows install
git-svn-id: svn+q:///qpdf/trunk@865 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'copy_dlls')
-rwxr-xr-xcopy_dlls3
1 files changed, 1 insertions, 2 deletions
diff --git a/copy_dlls b/copy_dlls
index 4e8f09f4..6cfcfe02 100755
--- a/copy_dlls
+++ b/copy_dlls
@@ -19,7 +19,7 @@ while (<O>)
{
my $dll = $1;
$dll =~ tr/A-Z/a-z/;
- next if $dll =~ m/^(kernel32|msvcr)\.dll$/;
+ next if $dll =~ m/^(kernel32|msvcrt)\.dll$/;
$dlls{$dll} = 1;
}
}
@@ -66,7 +66,6 @@ foreach my $f (@final)
print "Copying $f to $destdir\n";
system("cp -p $f $destdir") == 0 or
die "$whoami: copy $f to $destdir failed\n";
- print $f, "\n";
}
sub get_manifest_dirs