mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +00:00
retest windows install
git-svn-id: svn+q:///qpdf/trunk@865 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
ac4d4dab7f
commit
6e7e9be94a
@ -19,7 +19,7 @@ while (<O>)
|
|||||||
{
|
{
|
||||||
my $dll = $1;
|
my $dll = $1;
|
||||||
$dll =~ tr/A-Z/a-z/;
|
$dll =~ tr/A-Z/a-z/;
|
||||||
next if $dll =~ m/^(kernel32|msvcr)\.dll$/;
|
next if $dll =~ m/^(kernel32|msvcrt)\.dll$/;
|
||||||
$dlls{$dll} = 1;
|
$dlls{$dll} = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -66,7 +66,6 @@ foreach my $f (@final)
|
|||||||
print "Copying $f to $destdir\n";
|
print "Copying $f to $destdir\n";
|
||||||
system("cp -p $f $destdir") == 0 or
|
system("cp -p $f $destdir") == 0 or
|
||||||
die "$whoami: copy $f to $destdir failed\n";
|
die "$whoami: copy $f to $destdir failed\n";
|
||||||
print $f, "\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub get_manifest_dirs
|
sub get_manifest_dirs
|
||||||
|
@ -79,5 +79,5 @@ INSTALL_DIR = install-mingw
|
|||||||
STATIC_LIB_NAME = libqpdf.a
|
STATIC_LIB_NAME = libqpdf.a
|
||||||
include make/installwin.mk
|
include make/installwin.mk
|
||||||
install: installwin
|
install: installwin
|
||||||
strip $(INSTALL_DIR)/bin/*.exe
|
strip $(DEST)/bin/*.exe
|
||||||
strip $(INSTALL_DIR)/bin/*.dll
|
strip $(DEST)/bin/*.dll
|
||||||
|
Loading…
Reference in New Issue
Block a user