From 05b5a493f85350ec5df86dc95045fee6e193ed27 Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Tue, 13 Nov 2007 08:06:15 +0000 Subject: Initial commit of the iPhone/iPod Touch backend svn-id: r29488 --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 79bf2b431e..04d8752417 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,15 @@ bundle: scummvm-static $(srcdir)/tools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf strip $(bundle_name)/Contents/MacOS/scummvm +iphonebundle: + mkdir -p $(bundle_name) + cp $(srcdir)/dists/iphone/Info.plist $(bundle_name)/ + cp $(srcdir)/gui/themes/modern.ini $(bundle_name)/ + cp $(srcdir)/gui/themes/modern.zip $(bundle_name)/ + cp scummvm $(bundle_name)/ScummVM + cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/icon.png + cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/Default.png + # location of additional libs for OS X usually /sw/ for fink or # /opt/local/ for darwinports OSXOPT=/sw -- cgit v1.2.3