From: Charles McGarvey Date: Fri, 5 Mar 2010 23:25:54 +0000 (-0700) Subject: zlib fix for makedeps.sh X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=commitdiff_plain;h=751d631f20a2ba523c011b9059d6fc07d83077eb zlib fix for makedeps.sh --- diff --git a/doc/yoink.6.in b/doc/yoink.6.in index 01f14bd..24787e8 100644 --- a/doc/yoink.6.in +++ b/doc/yoink.6.in @@ -9,7 +9,7 @@ .SH NAME Yoink \- An alien-smashing action game. .SH SYNOPSIS -.B yoink [-h|--help] [-i|--info] [OPTION=VALUE]... +.B yoink [-hi] [OPTION=VALUE]... .SH DESCRIPTION Leap tall buildings! Crush stupid robots beneath your feet! Wield your extra-terrestrial powers in the defence of humanity, and send those alien diff --git a/win32/makedeps.sh b/win32/makedeps.sh index e84fac0..026d911 100755 --- a/win32/makedeps.sh +++ b/win32/makedeps.sh @@ -191,7 +191,7 @@ EOL rm -rf $PACKAGE unzip -d $PACKAGE $PACKAGE.zip || die "unpackaging $PACKAGE" cd $PACKAGE -($HOST-dlltool -d lib/zlib.def -l libzdll.a && \ +($HOST-dlltool -k -d lib/zlib.def -D zlib1.dll -l libzdll.a && \ mkdir -p $DESTDIR/$PREFIX/{lib,include} && \ install -p -m 0644 include/* $DESTDIR/$PREFIX/include/ && \ install -p -m 0755 zlib1.dll $DESTDIR/$PREFIX/bin/ && \