diff options
author | matthijs <matthijs@openttd.org> | 2006-12-29 21:26:32 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2006-12-29 21:26:32 +0000 |
commit | 3f3f6fd188930841741544d7e7c2bac28a1019fc (patch) | |
tree | 549a0d09eac286bb9debbc732fc5abe91715f914 | |
parent | decc11fcedd5d7fb001a7ecb42fccb9823829089 (diff) | |
download | openttd-3f3f6fd188930841741544d7e7c2bac28a1019fc.tar.xz |
(svn r7624) -Fix (FS#470): Also install openttd.32.bmp on make install, used as window icon by SDL (to be ported to 0.5).
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1037,8 +1037,12 @@ endif install -m 644 lang/*.lng $(DATA_DIR_INSTALL)/lang install -m 644 data/*.grf $(DATA_DIR_INSTALL)/data install -m 644 data/opntitle.dat $(DATA_DIR_INSTALL)/data + # Generic menu icon install -m 644 media/openttd.64.png $(ICON_DIR_INSTALL) + # Debian menu icon install -m 644 media/openttd.32.xpm $(ICON_DIR_INSTALL) + # Window icon + install -m 644 media/openttd.32.bmp $(ICON_DIR_INSTALL) else #MorphOS install: $(error make install is not supported on MorphOS) |