From 87a3dd162564e017c8c7493e73ec9aea90702dd7 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 11 Jan 2008 02:44:53 +0000 Subject: [PATCH] Mac: Update build script to build libboinc_graphics2.a not libboinc_graphics_api.a. Fixes #536 svn path=/trunk/boinc/; revision=14525 --- mac_build/BuildMacBOINC.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mac_build/BuildMacBOINC.sh b/mac_build/BuildMacBOINC.sh index 6ced34e753..0291f8e62d 100644 --- a/mac_build/BuildMacBOINC.sh +++ b/mac_build/BuildMacBOINC.sh @@ -22,7 +22,7 @@ # ## # Script for building Macintosh BOINC Manager, Core Client and libraries -# by Charlie Fenton 1/8/08 +# by Charlie Fenton 1/10/08 # with thanks to Reinhard Prix for his assistance ## @@ -49,7 +49,7 @@ ## ## -all build all targets (i.e. target "Build_All" -- this is the default) ## -## -lib build the three libraries: libboinc_api.a, libboinc_graphics_api.a, libboinc.a +## -lib build the three libraries: libboinc_api.a, libboinc_graphics2.a, libboinc.a ## ## -client build two targets: boinc client and command-line utility boinc_cmd ## (also builds libboinc.a if needed, since boinc_cmd requires it.) @@ -82,7 +82,7 @@ if [ "${doclean}" = "clean" ]; then fi if [ "${buildlibs}" = "1" ]; then -targets="$targets -target libboinc -target gfxlibboinc -target api_libboinc" +targets="$targets -target libboinc -target gfx2libboinc -target api_libboinc" fi if [ "${buildclient}" = "1" ]; then