Mac: create build scripts for FreeType-2.4.10 and FTGL-2.1.3-rc5 libraries

svn path=/trunk/boinc/; revision=25902
This commit is contained in:
Charlie Fenton 2012-07-27 12:35:21 +00:00
parent 1aed0d60f2
commit bf19517086
1 changed files with 4 additions and 1 deletions

View File

@ -111,6 +111,7 @@ if [ "${wxWidgetsOK}" = "NO" ]; then
echo ""
echo "----------------------------------"
echo "------------ WARNING -------------"
echo "----------------------------------"
echo "-- COULD NOT BUILD wxMac-2.8.10 --"
echo "----------------------------------"
echo ""
@ -137,6 +138,7 @@ if [ "${freetypeOK}" = "NO" ]; then
echo ""
echo "-----------------------------------"
echo "------------ WARNING --------------"
echo "-----------------------------------"
echo "- COULD NOT BUILD FreeType-2.4.10 -"
echo "-----------------------------------"
echo ""
@ -158,10 +160,11 @@ if [ $? -eq 0 ]; then
fi
fi
if [ "{$ftglOK}" = "NO" ]; then
if [ "${ftglOK}" = "NO" ]; then
echo ""
echo "-----------------------------------"
echo "------------ WARNING --------------"
echo "-----------------------------------"
echo "- COULD NOT BUILD FTGL-2.1.3~rc50 -"
echo "-----------------------------------"
echo ""