From 192af8cb468afbcf719ac2803abce8d31da9731f Mon Sep 17 00:00:00 2001 From: vspader Date: Sun, 2 Apr 2006 16:55:03 +0000 Subject: [PATCH] added library compilation script --- COMPILE | 3 +++ Libraries/build_libs.sh | 8 ++++++++ PLANNED | 14 -------------- 3 files changed, 11 insertions(+), 14 deletions(-) create mode 100644 Libraries/build_libs.sh delete mode 100644 PLANNED diff --git a/COMPILE b/COMPILE index 99e3a12d6..9139e15d5 100644 --- a/COMPILE +++ b/COMPILE @@ -1,2 +1,5 @@ To compile Cog, you must first compile all of the projects in the Libraries folder with the Deployment build configuration. + +To make this easier, I have created a bash script named build_libs.sh in the Libraries folder. Just run that in a terminal, and when it is finished, all the libraries should be built. + If you have any problems, email me at vspader@users.sf.net diff --git a/Libraries/build_libs.sh b/Libraries/build_libs.sh new file mode 100644 index 000000000..d2c08037e --- /dev/null +++ b/Libraries/build_libs.sh @@ -0,0 +1,8 @@ +for directory in * +do + if [ -d $directory ]; then + cd $directory + xcodebuild -configuration Deployment + cd .. + fi +done diff --git a/PLANNED b/PLANNED deleted file mode 100644 index 49944d6d7..000000000 --- a/PLANNED +++ /dev/null @@ -1,14 +0,0 @@ -0.0.2 -mpeg4 support (FAAD) -shorten support -hotkeys for next/prev/stop/shuffle/repeat & info window - -0.0.3 -Stream support for shoutcast/oggcast, or just opening files via URL. - -0.0.4+ -A queue system, in which a user can option+click a song, and it will be placed - in a queue, whcih will pick the next song. -Audioscrobbler. -look into realplayer (cook in mplayer) and wma -visualizer? (libvisualizer perhaps?)