mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9125
This commit is contained in:
parent
76eff1aeca
commit
58a142b362
|
@ -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
|
||||
|
||||
|
|
|
@ -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 ]
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue