*** empty log message ***

svn path=/trunk/boinc/; revision=9125
This commit is contained in:
Charlie Fenton 2005-12-22 13:33:02 +00:00
parent 76eff1aeca
commit 58a142b362
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 ]
#