retest windows install

git-svn-id: svn+q:///qpdf/trunk@865 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-22 17:53:21 +00:00
parent ac4d4dab7f
commit 6e7e9be94a
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -79,5 +79,5 @@ INSTALL_DIR = install-mingw
STATIC_LIB_NAME = libqpdf.a
include make/installwin.mk
install: installwin
strip $(INSTALL_DIR)/bin/*.exe
strip $(INSTALL_DIR)/bin/*.dll
strip $(DEST)/bin/*.exe
strip $(DEST)/bin/*.dll