summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-08-13 08:18:11 +0000
committerDarkvater <darkvater@openttd.org>2006-08-13 08:18:11 +0000
commitb1b0b26fc8a1fc499b1cbe4d3c51f71079bd34fe (patch)
tree32937c8ff5c499288446de72e7b581207fd3bf34 /Makefile
parent00aaf8b8f19a59c9c4b80f9f7e6f98ea489448f6 (diff)
downloadopenttd-b1b0b26fc8a1fc499b1cbe4d3c51f71079bd34fe.tar.xz
(svn r5872) - Feature: Add an icon to the SDL openttd executable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8be09363e..d689f512e 100644
--- a/Makefile
+++ b/Makefile
@@ -616,6 +616,10 @@ endif
ifdef USE_HOMEDIR
CDEFS += -DUSE_HOMEDIR
endif
+
+ifdef ICON_DIR
+CDEFS += -DICON_DIR=\"$(ICON_DIR_PREFIXED)/\"
+endif
endif
##############################################################################