r1429 - trunk/Frameworks

2 views
Skip to first unread message

noti...@svn.sbooth.org

unread,
Jan 12, 2011, 1:07:19 AM1/12/11
to max-c...@googlegroups.com
Author: stephen_booth
Date: 2011-01-11 22:07:19 -0800 (Tue, 11 Jan 2011)
New Revision: 1429

Removed:
trunk/Frameworks/Growl.framework/
trunk/Frameworks/MAD/
trunk/Frameworks/Sparkle.framework/
trunk/Frameworks/build-frameworks.sh
trunk/Frameworks/cdparanoia/
trunk/Frameworks/cuetools/
trunk/Frameworks/discid/
trunk/Frameworks/expat/
trunk/Frameworks/flac/
trunk/Frameworks/lame/
trunk/Frameworks/mac/
trunk/Frameworks/mp4v2/
trunk/Frameworks/mpcdec/
trunk/Frameworks/musicbrainz3/
trunk/Frameworks/neon/
trunk/Frameworks/ofa1/
trunk/Frameworks/ogg/
trunk/Frameworks/shorten/
trunk/Frameworks/sndfile/
trunk/Frameworks/speex/
trunk/Frameworks/taglib/
trunk/Frameworks/vorbis/
trunk/Frameworks/wavpack/
Log:
Removed framework source code


Deleted: trunk/Frameworks/build-frameworks.sh
===================================================================
--- trunk/Frameworks/build-frameworks.sh 2010-01-25 05:23:12 UTC (rev 1428)
+++ trunk/Frameworks/build-frameworks.sh 2011-01-12 06:07:19 UTC (rev 1429)
@@ -1,44 +0,0 @@
-#!/bin/bash
-
-##
- # $Id$
- #
- # Copyright (C) 2005, 2006 Stephen F. Booth <m...@sbooth.org>
- #
- # This program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- ##
-
-
-## Max custom-built frameworks
-subdirs=( cdparanoia taglib mp4v2 cuetools ogg vorbis flac speex lame wavpack mac sndfile mpcdec shorten expat neon discid musicbrainz3 ofa1 MAD )
-
-if [[ $1 && $1 == clean ]]
-then
- buildaction=clean
-else
- buildaction=build
-fi
-
-for subdir in "${subdirs[@]}"
-do
- cd $subdir
- xcodebuild \
- -alltargets \
- -configuration Release \
- $buildaction \
- OBJROOT="\$(SRCROOT)/build/intermediate" \
- SYMROOT="\$(SRCROOT)/build"
- cd ..
-done

Reply all
Reply to author
Forward
0 new messages