summaryrefslogtreecommitdiff
path: root/Makefile.src.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-09-09 20:28:48 +0000
committerrubidium <rubidium@openttd.org>2011-09-09 20:28:48 +0000
commit39eaf0e10d89188470878e9c89430d5352b1c009 (patch)
tree54570a2004908ede25d346fe21d96d542f90fb3f /Makefile.src.in
parentd78a4850a6c480a486fec7341dac3212166ec65c (diff)
downloadopenttd-39eaf0e10d89188470878e9c89430d5352b1c009.tar.xz
(svn r22913) -Fix [OSX]: make splash work again and make it work without needing to bundle it first
Diffstat (limited to 'Makefile.src.in')
-rw-r--r--Makefile.src.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.src.in b/Makefile.src.in
index 2b268731d..eb9398839 100644
--- a/Makefile.src.in
+++ b/Makefile.src.in
@@ -253,6 +253,9 @@ $(BIN_DIR)/$(TTD): $(TTD)
ifeq ($(OS), UNIX)
$(Q)cp $(MEDIA_DIR)/openttd.32.bmp $(BIN_DIR)/data/
endif
+ifeq ($(OS), OSX)
+ $(Q)cp $(ROOT_DIR)/os/macosx/splash.png $(BIN_DIR)/data/
+endif
$(TTD): $(OBJS) $(CONFIG_CACHE_LINKER)
$(E) '$(STAGE) Linking $@'