Export STRIP in environment
[mingw-xscripts.git] / misc / install-jpeg-6b-4.sh
blob6bc27cce32899f14d1c5b6f80af9d52f51f15e9f
1 #!/bin/sh
3 . mingw-environment.sh
5 set -x
7 test "$1" && test "$2" || {
8 echo "Usage: $0 <binarchive> <libarchive>"
9 exit 1
12 binarchive="$1"
13 libarchive="$2"
15 unzip "$binarchive" bin/jpeg62.dll -d "$MINGW_PREFIX"
16 unzip "$libarchive" 'include/*.h' lib/libjpeg.dll.a -d "$MINGW_PREFIX"