mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(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).
This commit is contained in:
parent
62f55edbe7
commit
3066eec864
4
Makefile
4
Makefile
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user