Author: tom
Date: Thu Sep 25 13:43:37 2008
New Revision: 2985
URL: http://svn.slimdevices.com?rev=2985&root=Jive&view=rev
Log:
copy .app bundle to the build dir
Modified:
7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am
Modified: 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am?rev=2985&root=Jive&r1=2984&r2=2985&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/Makefile.am Thu Sep 25 13:43:37 2008
@@ -52,13 +52,13 @@
BUNDLE_CONTENTS = $(BUNDLE_NAME)/Contents
PLIST_FILE = $(BUNDLE_CONTENTS)/Info.plist
-#don't want it next line evualted on usage, not sure how to avoid other thatn
this hack
VERSION_TEXT = $(shell cat ../squeezeplay.version)r$(shell svnversion -n
..|sed "s/M$$//g")
ICNS_NAME = icon.icns
#todo: make clean work the right way(not the rm -rf hackery seen below)
SqueezePlay_bundle: SqueezePlay
rm -rf $(BUNDLE_CONTENTS)/
+ rm -rf $(OSX_BUILD_DIR)/$(BUNDLE_NAME)
mkdir -p $(BUNDLE_CONTENTS)/MacOS
mkdir -p $(BUNDLE_CONTENTS)/Resources
mkdir -p $(BUNDLE_CONTENTS)/lib
@@ -96,6 +96,7 @@
echo "</plist>" >> $(PLIST_FILE)
chmod 644 $(BUNDLE_CONTENTS)/Resources/*
$(INSTALL_PROGRAM) $(JIVE_STATIC_PROGRAM) $(BUNDLE_CONTENTS)/MacOS/
+ cp -Rp $(BUNDLE_NAME) $(OSX_BUILD_DIR)
# Convenience library:
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins