aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOystein Eftevaag2006-03-15 07:43:44 +0000
committerOystein Eftevaag2006-03-15 07:43:44 +0000
commit58eed3830bfbea9a05b903c94a4331597fc90dc6 (patch)
treeb7e672c89b537b7f1637081323d822a8f741d47e /Makefile
parent34b89a3258cd73087ad5b0a41ba82e7171094fd1 (diff)
downloadscummvm-rg350-58eed3830bfbea9a05b903c94a4331597fc90dc6.tar.gz
scummvm-rg350-58eed3830bfbea9a05b903c94a4331597fc90dc6.tar.bz2
scummvm-rg350-58eed3830bfbea9a05b903c94a4331597fc90dc6.zip
* 'make bundle' now copies the default theme files into the bundle.
* Common::File will now look inside the application bundle on MacOS X for a file if it can't find it anywhere else (so it'll find default-theme.ini and .zip) * Cleaned up some #ifs. svn-id: r21308
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e7733ea82d..7cfdc02331 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,8 @@ bundle: scummvm-static
echo "APPL????" > $(bundle_name)/Contents/PkgInfo
cp $(srcdir)/dists/macosx/Info.plist $(bundle_name)/Contents/
cp $(srcdir)/scummvm.icns $(bundle_name)/Contents/Resources/
+ cp $(srcdir)/gui/themes/default-theme.ini $(bundle_name)/Contents/Resources/
+ cp $(srcdir)/gui/themes/default-theme.zip $(bundle_name)/Contents/Resources/
cp scummvm-static $(bundle_name)/Contents/MacOS/scummvm
$(srcdir)/tools/credits.pl --rtf > $(bundle_name)/Contents/Resources/Credits.rtf
strip $(bundle_name)/Contents/MacOS/scummvm