summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-03-12 15:54:19 +0000
committerrubidium <rubidium@openttd.org>2007-03-12 15:54:19 +0000
commitf19dc97e1a01214cd63f93aba228f1903d9c196e (patch)
tree939d3e34835321a9f4a7a9b106a4336cfff4e1d0 /Makefile.in
parent1926b9038d6d702a9774ae76bf7a342d0e0bf877 (diff)
downloadopenttd-f19dc97e1a01214cd63f93aba228f1903d9c196e.tar.xz
(svn r9131) -Codechange: move the OSX application bundle resource directories so they comply (better) to Apple's guidelines and to our naming 'scheme' for the lang and data directories.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 0b9a48788..66eac2c12 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -133,8 +133,8 @@ endif
# An OSX application bundle needs the data files, lang files and openttd executable in a different location.
ifdef OSXAPP
-DATA_DIR = $(BUNDLE_DIR)/$(OSXAPP)/Contents/Data
-LANG_DIR = $(BUNDLE_DIR)/$(OSXAPP)/Contents/Lang
+DATA_DIR = $(BUNDLE_DIR)/$(OSXAPP)/Contents/Resources/data
+LANG_DIR = $(BUNDLE_DIR)/$(OSXAPP)/Contents/Resources/lang
TTD_DIR = $(BUNDLE_DIR)/$(OSXAPP)/Contents/MacOS
else
DATA_DIR = $(BUNDLE_DIR)/data