Mac: Update XCode project and Mac build scripts to build libboinc_opencl.a library and to work both with XCode 3.2 on OS 10.6.8 and with XCode 4.2 on OS 10.7.2

svn path=/trunk/boinc/; revision=24435
This commit is contained in:
Charlie Fenton 2011-10-19 12:15:44 +00:00
parent a9257a0f36
commit b50ec84f41
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ if [ "${doclean}" = "clean" ]; then
fi
if [ "${buildlibs}" = "1" ]; then
targets="$targets -target libboinc -target gfx2libboinc -target api_libboinc -target api_libboinc_opencl -target jpeg -target MakeAppIcon_h"
targets="$targets -target libboinc -target gfx2libboinc -target api_libboinc -target boinc_opencl -target jpeg -target MakeAppIcon_h"
fi
if [ "${buildclient}" = "1" ]; then