]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/mac/wxPythonOSX/build
Build/distrib updates
[wxWidgets.git] / wxPython / distrib / mac / wxPythonOSX / build
index 01beddfae5263fb10b04ff05c879017cc98cf737..cec6f78b3c7fd494357693c4e2a4119c572dae3f 100755 (executable)
@@ -99,9 +99,10 @@ else
     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
@@ -229,9 +230,9 @@ if [ $skipbuild != yes ]; then
     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
 
@@ -595,7 +596,7 @@ EOF
 
 
     # 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