]> Dogcows Code - chaz/yoink/commitdiff
zlib fix for makedeps.sh
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 5 Mar 2010 23:25:54 +0000 (16:25 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 5 Mar 2010 23:25:54 +0000 (16:25 -0700)
doc/yoink.6.in
win32/makedeps.sh

index 01f14bd86a50cab556b488aa99304411010cbea1..24787e8392f6da0ecd0d6274ca950c702a69967f 100644 (file)
@@ -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
index e84fac07762343f0e0bec0b2725abb17c34f916c..026d9116b6522c76211f9be17554b4718680ef36 100755 (executable)
@@ -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/ && \
This page took 0.021009 seconds and 4 git commands to generate.