summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-09-09 09:13:18 +0000
committerrubidium <rubidium@openttd.org>2011-09-09 09:13:18 +0000
commitbffa93a4e9b760bae394d0f2b96e38909ea2cd76 (patch)
tree89e8843fa6a3880203890bd6fb9e33c0464e6d6a /Makefile.bundle.in
parentfb24ab71d02169b3b272663582788923c3dee670 (diff)
downloadopenttd-bffa93a4e9b760bae394d0f2b96e38909ea2cd76.tar.xz
(svn r22910) -Fix [FS#4617]: icon would (almost) never be shown for SDL builds
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in
index bb4b09314..794c6d733 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -61,6 +61,9 @@ ifdef OSXAPP
$(Q)$(ROOT_DIR)/os/macosx/plistgen.sh "$(BUNDLE_DIR)/$(OSXAPP)" "$(REV)"
$(Q)cp "$(ROOT_DIR)/os/macosx/splash.png" "$(DATA_DIR)"
endif
+ifeq ($(OS),UNIX)
+ $(Q)cp "$(ROOT_DIR)/media/openttd.32.bmp" "$(DATA_DIR)/"
+endif
$(Q)cp "$(BIN_DIR)/$(TTD)" "$(TTD_DIR)/"
$(Q)cp "$(BIN_DIR)/ai/"compat_*.nut "$(AI_DIR)/"
$(Q)cp "$(BIN_DIR)/data/"*.grf "$(DATA_DIR)/"