PYUNICODEOPT=0
fi
-if [ "$HOSTNAME" = "bigmac.alldunn.com" ]; then
- MAKEJOBS="--jobs=2"
-fi
+#if [ "$HOSTNAME" = "bigmac.alldunn.com" ]; then
+# MAKEJOBS="--jobs=2"
+#fi
+
if [ -z "$TARBALLDIR" ]; then
# this is a spot on my fileserver where the tarballs go, adjust
if [ "$UID" = "0" ]; then
chmod a+w lib
if [ "$CHARTYPE" = "ansi" ]; then
- su robind -c "make lib/libwx_macd-2.5.3.r"
+ su robind -c "make lib/libwx_macd-2.5.4.r"
else
- su robind -c "make lib/libwx_macud-2.5.3.r"
+ su robind -c "make lib/libwx_macud-2.5.4.r"
fi
fi
# and then finally make a disk image containing everything
- dmgname=wxPython${SHORTVER}-osx-docs-demos-$VERSION
+ dmgname=wxPython${SHORTVER}-osx-docs-demos-$VERSION-$KIND
$PROGDIR/../makedmg $DMGAPPS $DMGDIR $dmgname
echo Moving $DMGDIR/$dmgname.dmg to $DESTDIR