From 58a142b3625e2b4f9359d4ca0875d407560d8e86 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 22 Dec 2005 13:33:02 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9125 --- mac_build/buildWxMac.sh | 2 +- mac_build/setupForBOINC.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mac_build/buildWxMac.sh b/mac_build/buildWxMac.sh index d2b1c7fcf5..ec6b90977f 100644 --- a/mac_build/buildWxMac.sh +++ b/mac_build/buildWxMac.sh @@ -57,7 +57,7 @@ if [ $? -ne 0 ]; then exit 1; fi fi -if [ "$1" != "-clean" ] && [ -f src/build/Deployment/libwx_mac_ppc.a ]; then +if [ "$1" != "-clean" ] && [ -f src/build/Deployment/libwx_mac_i386.a ]; then echo "libwx_mac_i386.a already built" else diff --git a/mac_build/setupForBOINC.sh b/mac_build/setupForBOINC.sh index d809fad352..726aa9aea5 100644 --- a/mac_build/setupForBOINC.sh +++ b/mac_build/setupForBOINC.sh @@ -8,6 +8,10 @@ # Download these three packages and place them in a common parent # directory with the BOINC source tree. # +# Before running this script, you must first prepare the wxMac-2.6.2 +# package. Read and follow the directions for this in the script +# buildWxMac.sh; it is in the same folder as this script. +# ## Change directory (cd) to boinc/mac_build/ ## source ./setupForBoinc.sh [ -clean ] #