aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOystein Eftevaag2007-11-13 08:06:15 +0000
committerOystein Eftevaag2007-11-13 08:06:15 +0000
commit05b5a493f85350ec5df86dc95045fee6e193ed27 (patch)
tree84ad89c3bcc76e82b4e80281850411b0507f4351 /Makefile
parentc908a8a73fe5d908c23208fc259d16b647c09d56 (diff)
downloadscummvm-rg350-05b5a493f85350ec5df86dc95045fee6e193ed27.tar.gz
scummvm-rg350-05b5a493f85350ec5df86dc95045fee6e193ed27.tar.bz2
scummvm-rg350-05b5a493f85350ec5df86dc95045fee6e193ed27.zip
Initial commit of the iPhone/iPod Touch backend
svn-id: r29488
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
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